Changeset 16438 for trunk/wp-admin/includes/class-wp-media-list-table.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r16229 r16438 99 99 if ( $this->detached ) { 100 100 submit_button( __( 'Scan for lost attachments' ), 'secondary', 'find_detached', false ); 101 } elseif ( $this->is_trash && current_user_can( 'edit_others_posts' ) ) { 101 } elseif ( $this->is_trash && current_user_can( 'edit_others_posts' ) ) { 102 102 submit_button( __( 'Empty Trash' ), 'button-secondary apply', 'delete_all', false ); 103 103 } ?>
Note: See TracChangeset
for help on using the changeset viewer.