From c3f31ce550ef17c896240c301ff2c94aa533a302 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 14 Nov 2016 04:33:32 +0000 Subject: [PATCH] Customize: Remove root panel description text which notes that edit shortcuts can be toggled by clicking anywhere in the preview. Amends [39131], in which this method of toggling edit shortcuts was removed. Props presskopp. See #27403. Built from https://develop.svn.wordpress.org/trunk@39218 git-svn-id: http://core.svn.wordpress.org/trunk@39158 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/customize.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/customize.php b/wp-admin/customize.php index c90f1143a3..44654c003f 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -160,7 +160,7 @@ do_action( 'customize_controls_print_scripts' );
diff --git a/wp-includes/version.php b/wp-includes/version.php index addb184814..60caa3438b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta3-39217'; +$wp_version = '4.7-beta3-39218'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.