Changeset 18330
- Timestamp:
- 06/23/2011 04:35:34 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r18268 r18330 3494 3494 $post_type = 'post'; 3495 3495 3496 if ( is_array( $post_type ) ) { 3497 if ( count( $post_type ) > 1 ) 3498 return; 3499 $post_type = array_shift( $post_type ); 3500 } 3501 3496 3502 // Do not attempt redirect for hierarchical post types 3497 3503 if ( is_post_type_hierarchical( $post_type ) )
Note: See TracChangeset
for help on using the changeset viewer.