Changeset 21789 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 09/08/2012 04:58:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r21750 r21789 218 218 <label class="screen-reader-text" for="<?php echo $input_id ?>"><?php echo $text; ?>:</label> 219 219 <input type="search" id="<?php echo $input_id ?>" name="s" value="<?php _admin_search_query(); ?>" /> 220 <?php submit_button( $text, ' button', false, false, array('id' => 'search-submit') ); ?>220 <?php submit_button( $text, 'small', false, false, array('id' => 'search-submit') ); ?> 221 221 </p> 222 222 <?php … … 305 305 echo "</select>\n"; 306 306 307 submit_button( __( 'Apply' ), ' button-secondaryaction', false, false, array( 'id' => "doaction$two" ) );307 submit_button( __( 'Apply' ), 'small action', false, false, array( 'id' => "doaction$two" ) ); 308 308 echo "\n"; 309 309 }
Note: See TracChangeset
for help on using the changeset viewer.