Changeset 19216
- Timestamp:
- 11/08/2011 05:53:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r19078 r19216 2387 2387 2388 2388 if ( 'any' == $post_type ) { 2389 $exclude_post_types = '';2390 2389 $in_search_post_types = get_post_types( array('exclude_from_search' => false) ); 2391 2390 if ( ! empty( $in_search_post_types ) )
Note: See TracChangeset
for help on using the changeset viewer.