Changeset 25160 for trunk/src/wp-includes/post.php
- Timestamp:
- 08/29/2013 03:07:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25130 r25160 312 312 $children = get_posts( $r ); 313 313 314 if ( ! $children )314 if ( ! $children ) 315 315 return $kids; 316 317 if ( ! empty( $r['fields'] ) ) 318 return $children; 316 319 317 320 update_post_cache($children);
Note: See TracChangeset
for help on using the changeset viewer.