Ticket #37416: 37416.2.patch
| File 37416.2.patch, 537 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/class-wp-comment-query.php
1017 1017 1018 1018 // Prime comment caches for non-top-level comments. 1019 1019 $descendant_ids = array(); 1020 for ( $i = 1 ; $i < count( $levels ); $i++ ) {1020 for ( $i = 1, $c = count( $levels ); $i <= $c; $i++ ) { 1021 1021 $descendant_ids = array_merge( $descendant_ids, $levels[ $i ] ); 1022 1022 } 1023 1023