Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-media-list-table.php

    r16229 r16438  
    9999        if ( $this->detached ) {
    100100            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' ) ) {
    102102            submit_button( __( 'Empty Trash' ), 'button-secondary apply', 'delete_all', false );
    103103        } ?>
Note: See TracChangeset for help on using the changeset viewer.