Changeset 55988 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 06/22/2023 02:34:56 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r55749 r55988 678 678 if ( ! $comment_id_order ) { 679 679 foreach ( $orderby_array as $orderby_clause ) { 680 if ( false !== strpos( 'ASC', $orderby_clause ) ) {680 if ( str_contains( 'ASC', $orderby_clause ) ) { 681 681 $comment_id_order = 'ASC'; 682 682 } else {
Note: See TracChangeset
for help on using the changeset viewer.