Changeset 21944 for trunk/wp-admin/includes/class-wp-media-list-table.php
- Timestamp:
- 09/21/2012 07:34:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r21914 r21944 93 93 94 94 do_action( 'restrict_manage_posts' ); 95 submit_button( __( 'Filter' ), ' small', false, false, array( 'id' => 'post-query-submit' ) );95 submit_button( __( 'Filter' ), 'button', false, false, array( 'id' => 'post-query-submit' ) ); 96 96 } 97 97 … … 99 99 submit_button( __( 'Scan for lost attachments' ), 'secondary', 'find_detached', false ); 100 100 } elseif ( $this->is_trash && current_user_can( 'edit_others_posts' ) ) { 101 submit_button( __( 'Empty Trash' ), ' smallapply', 'delete_all', false );101 submit_button( __( 'Empty Trash' ), 'apply', 'delete_all', false ); 102 102 } ?> 103 103 </div>
Note: See TracChangeset
for help on using the changeset viewer.