From 8d80551704bfc81088ffe80d76e0ad217b8e27af Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2024 01:38:37 +0300 Subject: [PATCH] Update comment-template.php --- src/wp-includes/comment-template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 2c8db92819410..4431cc2b70957 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -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;