Make WordPress Core


Ignore:
Timestamp:
07/23/2012 10:38:52 PM (13 years ago)
Author:
azaozz
Message:

Fix internal linking search spinner position by reverting the search field's type to "text", fixes #21351 for 3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/class-wp-editor.php

    r21123 r21307  
    784784                <label>
    785785                    <span><?php _e( 'Search' ); ?></span>
    786                     <input type="search" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
     786                    <input type="text" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
    787787                    <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
    788788                </label>
Note: See TracChangeset for help on using the changeset viewer.