Changeset 29123
- Timestamp:
- 07/12/2014 05:44:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r29040 r29123 174 174 </select> 175 175 <?php endif; ?> 176 <input type="search" name="s" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" />176 <input type="search" name="s" id="plugin-search-input" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" /> 177 177 <label class="screen-reader-text" for="plugin-search-input"><?php _e('Search Plugins'); ?></label> 178 <?php submit_button( __( 'Search Plugins' ), 'button', 'plugin-search-input', false); ?>178 <?php submit_button( __( 'Search Plugins' ), 'button', false, false, array( 'id' => 'search-submit' ) ); ?> 179 179 </form><?php 180 180 }
Note: See TracChangeset
for help on using the changeset viewer.