Changeset 21944 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 09/21/2012 07:34:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r21914 r21944 219 219 <label class="screen-reader-text" for="<?php echo $input_id ?>"><?php echo $text; ?>:</label> 220 220 <input type="search" id="<?php echo $input_id ?>" name="s" value="<?php _admin_search_query(); ?>" /> 221 <?php submit_button( $text, ' small', false, false, array('id' => 'search-submit') ); ?>221 <?php submit_button( $text, 'button', false, false, array('id' => 'search-submit') ); ?> 222 222 </p> 223 223 <?php … … 302 302 echo "</select>\n"; 303 303 304 submit_button( __( 'Apply' ), ' smallaction', false, false, array( 'id' => "doaction$two" ) );304 submit_button( __( 'Apply' ), 'action', false, false, array( 'id' => "doaction$two" ) ); 305 305 echo "\n"; 306 306 }
Note: See TracChangeset
for help on using the changeset viewer.