Changeset 6403 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/18/2007 07:38:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r6392 r6403 304 304 if ( count($children_pages) > 0 ) { 305 305 $empty_array = array(); 306 foreach ($children_pages as $orphan_page) 307 display_page_row($orphan_page, $empty_array, 0); 306 foreach ( $children_pages as $orphan_page ) { 307 clean_page_cache( $orphan_page->ID); 308 display_page_row( $orphan_page, $empty_array, 0 ); 309 } 308 310 } 309 311 }
Note: See TracChangeset
for help on using the changeset viewer.