From e4b4f3efe3f65f21c2d5ec065113836b85f19b87 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 4 Nov 2016 17:14:27 +0000 Subject: [PATCH] Customize: For toggling visibility of the controls pane, rename "Collapse (Sidebar)" to "Hide Controls" and "Expand Sidebar" to "Expand Controls". Fixes #38647. Built from https://develop.svn.wordpress.org/trunk@39132 git-svn-id: http://core.svn.wordpress.org/trunk@39072 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/customize.php | 4 ++-- wp-includes/script-loader.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 89d385d7bf..eea5ddcdbb 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -192,9 +192,9 @@ do_action( 'customize_controls_print_scripts' ); - diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 378ce1a29e..78a18a0bfc 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -465,8 +465,8 @@ function wp_default_scripts( &$scripts ) { 'notAllowed' => __( 'Sorry, you are not allowed to customize this site.' ), 'previewIframeTitle' => __( 'Site Preview' ), 'loginIframeTitle' => __( 'Session expired' ), - 'collapseSidebar' => __( 'Collapse Sidebar' ), - 'expandSidebar' => __( 'Expand Sidebar' ), + 'collapseSidebar' => __( 'Hide Controls' ), + 'expandSidebar' => __( 'Show Controls' ), 'untitledBlogName' => __( '(Untitled)' ), // Used for overriding the file types allowed in plupload. 'allowedFiles' => __( 'Allowed Files' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 107b8467d1..37e039d177 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39131'; +$wp_version = '4.7-beta1-39132'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.