Changeset 34730 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 10/01/2015 03:57:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r34599 r34730 923 923 } 924 924 925 // Set the 'populated_children' flag, to ensure additional database queries aren't run. 926 foreach ( $ref as $_ref ) { 927 $_ref->populated_children( true ); 928 } 929 925 930 $comments = $threaded_comments; 926 931 } else {
Note: See TracChangeset
for help on using the changeset viewer.