Changeset 29597 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/25/2014 04:02:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r29574 r29597 165 165 $term = isset($_REQUEST['s']) ? wp_unslash( $_REQUEST['s'] ) : ''; 166 166 $input_attrs = ''; 167 $button_type = 'button ';167 $button_type = 'button screen-reader-text'; 168 168 169 169 // assume no $type_selector means it's a simplified search form 170 170 if ( ! $type_selector ) { 171 171 $input_attrs = 'class="wp-filter-search" placeholder="' . esc_attr__( 'Search Plugins' ) . '" '; 172 $button_type .= ' screen-reader-text'; 173 } 174 175 ?><form class="search-plugins" method="get" action=""> 172 } 173 174 ?><form class="search-form search-plugins" method="get" action=""> 176 175 <input type="hidden" name="tab" value="search" /> 177 176 <?php if ( $type_selector ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.