Make WordPress Core


Ignore:
Timestamp:
03/10/2012 01:23:48 AM (13 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme-install.php

    r20141 r20168  
    6363    <option value="tag" <?php selected('tag', $type) ?>><?php _ex('Tag', 'Theme Installer'); ?></option>
    6464    </select>
    65     <input type="text" name="s" size="30" value="<?php echo esc_attr($term) ?>" />
     65    <input type="search" name="s" size="30" value="<?php echo esc_attr($term) ?>" />
    6666    <?php submit_button( __( 'Search' ), 'button', 'search', false ); ?>
    6767</form>
Note: See TracChangeset for help on using the changeset viewer.