Changes from trunk/wp-includes/post.php at r12415 to branches/2.9/wp-includes/post.php at r12572
- File:
-
- 1 edited
-
branches/2.9/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-includes/post.php
r12415 r12572 2392 2392 function &get_page_hierarchy( &$pages, $page_id = 0 ) { 2393 2393 2394 if ( empty( $pages ) ) 2395 return null; 2394 if ( empty( $pages ) ) { 2395 $return = array(); 2396 return $return; 2397 } 2396 2398 2397 2399 $children = array();
Note: See TracChangeset
for help on using the changeset viewer.