Changeset 21789 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 09/08/2012 04:58:34 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r21143 r21789 131 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 <?php submit_button( __( 'Search Plugins' ), ' button', 'plugin-search-input', false ); ?>133 <?php submit_button( __( 'Search Plugins' ), 'small', 'plugin-search-input', false ); ?> 134 134 </form><?php 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.