Changes from branches/3.7/src/wp-includes/post.php at r25976 to trunk/src/wp-includes/post.php at r25868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25976 r25868 3707 3707 return $pages; 3708 3708 3709 if ( $parent > 0&& ! $child_of )3709 if ( $parent && ! $child_of ) 3710 3710 $hierarchical = false; 3711 3711
Note: See TracChangeset
for help on using the changeset viewer.