Custom CSS: Change the help link to something better for users.
fixes #39015 for the 4.7 branch. Built from https://develop.svn.wordpress.org/branches/4.7@39467 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea244bef6e
commit
1c4c7086a5
|
@ -4112,7 +4112,7 @@ final class WP_Customize_Manager {
|
|||
'description_hidden' => true,
|
||||
'description' => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
|
||||
__( '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.' ),
|
||||
esc_url( __( 'https://codex.wordpress.org/Know_Your_Sources#CSS' ) ),
|
||||
esc_url( __( 'https://codex.wordpress.org/CSS' ) ),
|
||||
__( 'Learn more about CSS' ),
|
||||
__( '(link opens in a new window)' )
|
||||
),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-RC1-39465';
|
||||
$wp_version = '4.7-RC1-39467';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue