Changeset 16819 for trunk/wp-includes/query.php
- Timestamp:
- 12/08/2010 09:17:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r16818 r16819 3233 3233 3234 3234 // Do not attempt redirect for hierarchical post types 3235 $ptype_obj = get_post_type_object( $post_type ); 3236 if ( !$ptype_obj || $ptype_obj->hierarchical ) 3235 if ( is_post_type_hierarchical( $post_type ) ) 3237 3236 return; 3238 3237
Note: See TracChangeset
for help on using the changeset viewer.