Make WordPress Core


Ignore:
Timestamp:
05/01/2018 10:03:18 PM (8 years ago)
Author:
SergeyBiryukov
Message:

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

Props audrasjb.
Merged [43056], [43062], [43063] to the 4.9 branch.
Fixes #43820.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/media.php

    r42838 r43064  
    35243524        'insertIntoPost'         => $post_type_object->labels->insert_into_item,
    35253525        'unattached'             => __( 'Unattached' ),
     3526        'mine'                   => _x( 'Mine', 'media items' ),
    35263527        'trash'                  => _x( 'Trash', 'noun' ),
    35273528        'uploadedToThisPost'     => $post_type_object->labels->uploaded_to_this_item,
Note: See TracChangeset for help on using the changeset viewer.