Changeset 55749 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/11/2023 12:25:51 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r55660 r55749 1441 1441 1442 1442 $comment_args = array( 1443 'orderby' => 'comment_date_gmt', 1444 'order' => 'ASC', 1445 'status' => 'approve', 1446 'post_id' => $post->ID, 1447 'no_found_rows' => false, 1448 'update_comment_meta_cache' => false, // We lazy-load comment meta for performance. 1443 'orderby' => 'comment_date_gmt', 1444 'order' => 'ASC', 1445 'status' => 'approve', 1446 'post_id' => $post->ID, 1447 'no_found_rows' => false, 1449 1448 ); 1450 1449 … … 2380 2379 $parsed_args['reverse_top_level'] = ( 'desc' === get_option( 'comment_order' ) ); 2381 2380 } 2382 2383 wp_queue_comments_for_comment_meta_lazyload( $_comments );2384 2381 2385 2382 if ( empty( $parsed_args['walker'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.