Changeset 57276 for trunk/src/wp-content/themes/twentytwenty/comments.php
- Timestamp:
- 01/12/2024 07:11:34 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/comments.php
r55988 r57276 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.