From d54f1feb6bf2605bdcab1d71a86a6ea50eb579de Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 14 Apr 2015 17:45:27 +0000 Subject: [PATCH] Customizer Theme Switcher: Use text input for the search field to prevent double tap issues for Preview and Customize buttons on iOS. see #31794. Built from https://develop.svn.wordpress.org/trunk@32127 git-svn-id: http://core.svn.wordpress.org/trunk@32106 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-section.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-section.php b/wp-includes/class-wp-customize-section.php index d06c200fea..b852dfbacd 100644 --- a/wp-includes/class-wp-customize-section.php +++ b/wp-includes/class-wp-customize-section.php @@ -387,7 +387,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { controls ) > 4 ) : ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 8a4ff2b6b5..fb1ed4368b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32126'; +$wp_version = '4.2-beta4-32127'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.