Changeset 43064 for branches/4.9/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/01/2018 10:03:18 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43056,43062-43063
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/ajax-actions.php
r42883 r43064 2443 2443 $keys = array( 2444 2444 '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' 2446 2446 ); 2447 2447 foreach ( get_taxonomies_for_attachments( 'objects' ) as $t ) {
Note: See TracChangeset
for help on using the changeset viewer.