- Timestamp:
- 09/29/2023 05:11:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r56665 r56747 178 178 $args, 179 179 array( 180 'count' => true, 181 'offset' => 0, 182 'number' => 0, 180 'count' => true, 181 'offset' => 0, 182 'number' => 0, 183 'orderby' => 'none', 183 184 ) 184 185 ) … … 299 300 'user_id' => $current_user_id, 300 301 'count' => true, 302 'orderby' => 'none', 301 303 ) 302 304 ); … … 519 521 if ( get_comments( 520 522 array( 521 'number' => 1, 522 'type' => $type, 523 'count' => true, 524 'orderby' => 'none', 525 'type' => $type, 523 526 ) 524 527 ) ) {
Note: See TracChangeset
for help on using the changeset viewer.