Changeset 61643 for trunk/src/wp-content/themes/twentytwenty/comments.php
- Timestamp:
- 02/14/2026 11:45:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/comments.php
r57276 r61643 86 86 ?> 87 87 88 <nav class="comments-pagination pagination<?php echo $pagination_classes; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static output?>" aria-label="<?php esc_attr_e( 'Comments', 'twentytwenty' ); ?>">88 <nav class="comments-pagination pagination<?php echo $pagination_classes; ?>" aria-label="<?php esc_attr_e( 'Comments', 'twentytwenty' ); ?>"> 89 89 <?php echo wp_kses_post( $comment_pagination ); ?> 90 90 </nav>
Note: See TracChangeset
for help on using the changeset viewer.