Changeset 22114 for trunk/wp-includes/post.php
- Timestamp:
- 10/04/2012 06:21:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r22060 r22114 3654 3654 3655 3655 if ( $child_of || $hierarchical ) 3656 $pages = &get_page_children($child_of, $pages);3656 $pages = get_page_children($child_of, $pages); 3657 3657 3658 3658 if ( !empty($exclude_tree) ) {
Note: See TracChangeset
for help on using the changeset viewer.