Ticket #15979: 15979.diff
| File 15979.diff, 783 bytes (added by dd32, 2 years ago) |
|---|
-
wp-admin/includes/class-wp-list-table.php
197 197 <p class="search-box"> 198 198 <label class="screen-reader-text" for="<?php echo $input_id ?>"><?php echo $text; ?>:</label> 199 199 <input type="text" id="<?php echo $input_id ?>" name="s" value="<?php _admin_search_query(); ?>" /> 200 <?php submit_button( $text, 'button', 'submit', false ); ?>200 <?php submit_button( $text, 'button', 'submit', false, array('id' => 'search-submit') ); ?> 201 201 </p> 202 202 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 203 203 <?php
