From a5e9954f1d9617ab86d0db7c185fc5a0042a8dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Sat, 3 Dec 2016 05:11:42 +0000 Subject: [PATCH] Custom CSS: Change the help link to something better for users. fixes #39015. Built from https://develop.svn.wordpress.org/trunk@39466 git-svn-id: http://core.svn.wordpress.org/trunk@39406 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 4278dbd62e..8905721c79 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -4112,7 +4112,7 @@ final class WP_Customize_Manager { 'description_hidden' => true, 'description' => sprintf( '%s
%s%s', __( '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)' ) ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 5aea9c07b0..6002647804 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39464'; +$wp_version = '4.8-alpha-39466'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.