Changeset 31220 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/16/2015 10:50:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r31211 r31220 338 338 <label class="screen-reader-text" for="<?php echo $input_id ?>"><?php echo $text; ?>:</label> 339 339 <input type="search" id="<?php echo $input_id ?>" name="s" value="<?php _admin_search_query(); ?>" /> 340 <?php submit_button( $text, 'button', false, false, array('id' => 'search-submit') ); ?>340 <?php submit_button( $text, 'button', '', false, array('id' => 'search-submit') ); ?> 341 341 </p> 342 342 <?php … … 446 446 echo "</select>\n"; 447 447 448 submit_button( __( 'Apply' ), 'action', false, false, array( 'id' => "doaction$two" ) );448 submit_button( __( 'Apply' ), 'action', '', false, array( 'id' => "doaction$two" ) ); 449 449 echo "\n"; 450 450 }
Note: See TracChangeset
for help on using the changeset viewer.