- Timestamp:
- 10/29/2013 01:46:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25868 r25974 3707 3707 return $pages; 3708 3708 3709 if ( $parent && ! $child_of )3709 if ( $parent > 0 && ! $child_of ) 3710 3710 $hierarchical = false; 3711 3711
Note: See TracChangeset
for help on using the changeset viewer.