Changeset 21143
- Timestamp:
- 06/26/2012 08:55:46 PM (12 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r20754 r21143 129 129 </select> 130 130 <?php endif; ?> 131 <input type="search" name="s" value="<?php echo esc_attr($term) ?>" />131 <input type="search" name="s" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" /> 132 132 <label class="screen-reader-text" for="plugin-search-input"><?php _e('Search Plugins'); ?></label> 133 133 <?php submit_button( __( 'Search Plugins' ), 'button', 'plugin-search-input', false ); ?> -
trunk/wp-admin/includes/theme-install.php
r20812 r21143 65 65 </select> 66 66 <?php endif; ?> 67 <input type="search" name="s" size="30" value="<?php echo esc_attr($term) ?>" />67 <input type="search" name="s" size="30" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" /> 68 68 <?php submit_button( __( 'Search' ), 'button', 'search', false ); ?> 69 69 </form>
Note: See TracChangeset
for help on using the changeset viewer.