Changeset 21789 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 09/08/2012 04:58:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r21788 r21789 219 219 } 220 220 do_action( 'restrict_manage_posts' ); 221 submit_button( __( 'Filter' ), 's econdary', false, false, array( 'id' => 'post-query-submit' ) );221 submit_button( __( 'Filter' ), 'small', false, false, array( 'id' => 'post-query-submit' ) ); 222 222 } 223 223 224 224 if ( $this->is_trash && current_user_can( $post_type_object->cap->edit_others_posts ) ) { 225 submit_button( __( 'Empty Trash' ), ' button-secondaryapply', 'delete_all', false );225 submit_button( __( 'Empty Trash' ), 'small apply', 'delete_all', false ); 226 226 } 227 227 ?>
Note: See TracChangeset
for help on using the changeset viewer.