Changeset 25270 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/05/2013 11:35:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25268 r25270 3666 3666 return $pages; 3667 3667 3668 if ( $parent > 0 && empty( $child_of ) && ! isset( $args['child_of'] ))3668 if ( $parent && ! $child_of ) 3669 3669 $hierarchical = false; 3670 3670
Note: See TracChangeset
for help on using the changeset viewer.