Make WordPress Core

Changeset 39467


Ignore:
Timestamp:
12/03/2016 05:11:21 AM (8 years ago)
Author:
helen
Message:

Custom CSS: Change the help link to something better for users.

fixes #39015 for the 4.7 branch.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/src/wp-includes/class-wp-customize-manager.php

    r39435 r39467  
    41134113            'description'        => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
    41144114                __( '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.' ),
    4115                 esc_url( __( 'https://codex.wordpress.org/Know_Your_Sources#CSS' ) ),
     4115                esc_url( __( 'https://codex.wordpress.org/CSS' ) ),
    41164116                __( 'Learn more about CSS' ),
    41174117                __( '(link opens in a new window)' )
Note: See TracChangeset for help on using the changeset viewer.