Changeset 21789 for trunk/wp-admin/includes/class-wp-media-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-media-list-table.php
r21736 r21789 92 92 93 93 do_action( 'restrict_manage_posts' ); 94 submit_button( __( 'Filter' ), 's econdary', false, false, array( 'id' => 'post-query-submit' ) );94 submit_button( __( 'Filter' ), 'small', false, false, array( 'id' => 'post-query-submit' ) ); 95 95 } 96 96 … … 98 98 submit_button( __( 'Scan for lost attachments' ), 'secondary', 'find_detached', false ); 99 99 } elseif ( $this->is_trash && current_user_can( 'edit_others_posts' ) ) { 100 submit_button( __( 'Empty Trash' ), ' button-secondaryapply', 'delete_all', false );100 submit_button( __( 'Empty Trash' ), 'small apply', 'delete_all', false ); 101 101 } ?> 102 102 </div>
Note: See TracChangeset
for help on using the changeset viewer.