Make WordPress Core


Ignore:
Timestamp:
05/01/2018 03:42:38 PM (6 years ago)
Author:
azaozz
Message:

Privacy: add "Mine" filter for media similarly to posts and comments.

Props audrasjb.
See #43820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r43054 r43056  
    36583658        'insertIntoPost'              => $post_type_object->labels->insert_into_item,
    36593659        'unattached'                  => __( 'Unattached' ),
     3660        'mine'                        => __( 'Mine' ),
    36603661        'trash'                       => _x( 'Trash', 'noun' ),
    36613662        'uploadedToThisPost'          => $post_type_object->labels->uploaded_to_this_item,
Note: See TracChangeset for help on using the changeset viewer.