Changeset 60408
- Timestamp:
- 07/03/2025 06:35:16 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r60397 r60408 835 835 if ( $cpage && get_option( 'page_comments' ) ) { 836 836 if ( $wp_rewrite->using_permalinks() ) { 837 if ( $cpage ) { 838 $comment_link = trailingslashit( $comment_link ) . $wp_rewrite->comments_pagination_base . '-' . $cpage; 839 } 840 841 $comment_link = user_trailingslashit( $comment_link, 'comment' ); 842 } elseif ( $cpage ) { 837 $comment_link = trailingslashit( $comment_link ) . $wp_rewrite->comments_pagination_base . '-' . $cpage; 838 } else { 843 839 $comment_link = add_query_arg( 'cpage', $cpage, $comment_link ); 844 840 }
Note: See TracChangeset
for help on using the changeset viewer.