Changes from trunk/src/wp-includes/post.php at r25868 to branches/3.7/src/wp-includes/post.php at r25976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-includes/post.php
r25868 r25976 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.