Skip to content

Commit

Permalink
Update comment-template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyBiryukov authored Dec 8, 2024
1 parent af9a159 commit 8d80551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-includes/comment-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -2354,9 +2354,9 @@ function wp_list_comments( $args = array(), $comments = null ) {
$parsed_args['cpage'] = $cpage;
} elseif ( 1 === $cpage ) {
/*
* When first page shows oldest comments, post permalink is the same as
* the comment permalink.
*/
* When the first page shows the oldest comments,
* post permalink is the same as the comment permalink.
*/
$parsed_args['cpage'] = '';
} else {
$parsed_args['cpage'] = $cpage;
Expand Down

0 comments on commit 8d80551

Please sign in to comment.