Changeset 29271 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/22/2014 08:46:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r29206 r29271 2157 2157 $query = array_intersect_key( $query, array_flip( array( 2158 2158 's', 'order', 'orderby', 'posts_per_page', 'paged', 'post_mime_type', 2159 'post_parent', 'post__in', 'post__not_in', 2159 'post_parent', 'post__in', 'post__not_in', 'year', 'monthnum' 2160 2160 ) ) ); 2161 2161 … … 2714 2714 $wp_scripts->done = array(); 2715 2715 } 2716 2716 2717 2717 if ( 'playlist' === $_REQUEST['type'] ) { 2718 2718 wp_underscore_playlist_templates();
Note: See TracChangeset
for help on using the changeset viewer.