Changeset 56747 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/29/2023 05:11:21 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r56548 r56747 397 397 'count' => true, 398 398 'update_comment_meta_cache' => false, 399 'orderby' => 'none', 399 400 ); 400 401 if ( $post_id > 0 ) { … … 1115 1116 'count' => true, 1116 1117 'status' => 'approve', 1118 'orderby' => 'none', 1117 1119 'parent' => 0, 1118 1120 'date_query' => array(
Note: See TracChangeset
for help on using the changeset viewer.