Changeset 38298
- Timestamp:
- 08/21/2016 06:42:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r38297 r38298 1014 1014 $descendant_ids = array(); 1015 1015 for ( $i = 1, $c = count( $levels ); $i <= $c; $i++ ) { 1016 if ( empty( $levels[ $i ] ) ) { 1017 continue; 1018 } 1016 1019 $descendant_ids = array_merge( $descendant_ids, $levels[ $i ] ); 1017 1020 }
Note: See TracChangeset
for help on using the changeset viewer.