WordPress.org

Make WordPress Core

Changeset 39268


Ignore:
Timestamp:
11/16/2016 06:41:13 PM (5 years ago)
Author:
westonruter
Message:

Customize: Allow URL for Codex link in Additional CSS section to be translated.

Props odysseygate, ocean90, westonruter.
See #35395.
Fixes #38823.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r39254 r39268  
    38253825            'description'        => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
    38263826                __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes. In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key.' ),
    3827                 'https://codex.wordpress.org/Know_Your_Sources#CSS',
     3827                esc_url( __( 'https://codex.wordpress.org/Know_Your_Sources#CSS' ) ),
    38283828                __( 'Learn more about CSS' ),
    38293829                __( '(link opens in a new window)' )
Note: See TracChangeset for help on using the changeset viewer.