- Timestamp:
- 01/16/2024 04:07:50 PM (17 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentytwenty/comments.php
r55988 r57292 81 81 82 82 // If we're only showing the "Next" link, add a class indicating so. 83 if ( ! str_contains( $comment_pagination, 'prev page-numbers' ) ) {83 if ( false === strpos( $comment_pagination, 'prev page-numbers' ) ) { 84 84 $pagination_classes = ' only-next'; 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.