From 8ec310d44cc258235bcee3373bea8b1f36ccdcc0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 9 Oct 2017 13:49:52 +0000 Subject: [PATCH] Customize: Don't use an abbreviation in screen reader help text. Props pixolin Fixes 42153 Built from https://develop.svn.wordpress.org/trunk@41793 git-svn-id: http://core.svn.wordpress.org/trunk@41627 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 4b5ec333f0..0e4cf6c689 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -4849,7 +4849,7 @@ final class WP_Customize_Manager { $section_description .= ''; if ( 'false' !== wp_get_current_user()->syntax_highlighting ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ff6de078b..1e5f64e184 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta1-41792'; +$wp_version = '4.9-beta1-41793'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.