- Timestamp:
- 09/21/2012 07:34:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r21789 r21944 225 225 </select> 226 226 <?php 227 submit_button( __( 'Filter' ), ' small', false, false, array( 'id' => 'post-query-submit' ) );227 submit_button( __( 'Filter' ), 'button', false, false, array( 'id' => 'post-query-submit' ) ); 228 228 } 229 229 … … 231 231 wp_nonce_field( 'bulk-destroy', '_destroy_nonce' ); 232 232 $title = ( 'spam' == $comment_status ) ? esc_attr__( 'Empty Spam' ) : esc_attr__( 'Empty Trash' ); 233 submit_button( $title, ' smallapply', 'delete_all', false );233 submit_button( $title, 'apply', 'delete_all', false ); 234 234 } 235 235 do_action( 'manage_comments_nav', $comment_status );
Note: See TracChangeset
for help on using the changeset viewer.