updated theme GeneratePress version 3.5.1

This commit is contained in:
2024-10-09 12:47:30 +00:00
committed by Gitium
parent e13bab0b76
commit 7dcace54d3
38 changed files with 374 additions and 70 deletions

View File

@ -64,7 +64,7 @@ do_action( 'generate_before_comments' );
echo apply_filters(
'generate_comments_title_output',
sprintf(
'<h3 class="comments-title">%s</h3>',
'<h2 class="comments-title">%s</h2>',
esc_html( $comments_title )
),
$comments_title,