diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 0909f4d6aa..1a975fb664 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -3824,7 +3824,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.' ), - 'https://codex.wordpress.org/Know_Your_Sources#CSS', + esc_url( __( 'https://codex.wordpress.org/Know_Your_Sources#CSS' ) ), __( 'Learn more about CSS' ), __( '(link opens in a new window)' ) ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 677296a979..64d95e4014 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta4-39267'; +$wp_version = '4.7-beta4-39268'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.