Make WordPress Core


Ignore:
Timestamp:
05/01/2018 10:03:18 PM (7 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-admin/includes/ajax-actions.php

    r42883 r43064  
    24432443    $keys = array(
    24442444        's', 'order', 'orderby', 'posts_per_page', 'paged', 'post_mime_type',
    2445         'post_parent', 'post__in', 'post__not_in', 'year', 'monthnum'
     2445        'post_parent', 'author', 'post__in', 'post__not_in', 'year', 'monthnum'
    24462446    );
    24472447    foreach ( get_taxonomies_for_attachments( 'objects' ) as $t ) {
Note: See TracChangeset for help on using the changeset viewer.