Set proper HTML5 input types in the admin, props georgestephanis, fixes #17863

git-svn-id: https://develop.svn.wordpress.org/trunk@20168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-03-10 01:23:48 +00:00
parent 1ae155013d
commit fcbd8f7f57
19 changed files with 51 additions and 39 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ final class _WP_Editors {
<div class="link-search-wrapper">
<label>
<span><?php _e( 'Search' ); ?></span>
<input type="text" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
<input type="search" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
<img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
</label>
</div>