- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comments-pagination-previous.php
r58187 r59072 30 30 add_filter( 'previous_comments_link_attributes', $filter_link_attributes ); 31 31 32 $previous_comments_link = get_previous_comments_link( $label ); 32 $comment_vars = build_comment_query_vars_from_block( $block ); 33 $previous_comments_link = get_previous_comments_link( $label, $comment_vars['paged'] ?? null ); 33 34 34 35 remove_filter( 'previous_comments_link_attributes', $filter_link_attributes );
Note: See TracChangeset
for help on using the changeset viewer.