Make WordPress Core

Changeset 32127


Ignore:
Timestamp:
04/14/2015 05:44:28 PM (9 years ago)
Author:
ocean90
Message:

Customizer Theme Switcher: Use text input for the search field to prevent double tap issues for Preview and Customize buttons on iOS.

see #31794.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-section.php

    r32033 r32127  
    388388                    <p><label for="themes-filter">
    389389                        <span class="screen-reader-text"><?php _e( 'Search installed themes...' ); ?></span>
    390                         <input type="search" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes...' ); ?>" />
     390                        <input type="text" id="themes-filter" placeholder="<?php esc_attr_e( 'Search installed themes...' ); ?>" />
    391391                    </label></p>
    392392                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.