Twenty Twenty-One: Add a comment for the closing h2 tag in author info template.

This brings consistency with the `.comments-title` heading in the `comments.php` template.

Follow-up to [49216], [50234].

Props haritpanchal, sabernhardt, mukesh27.
Fixes #56476.

git-svn-id: https://develop.svn.wordpress.org/trunk@54886 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-11-27 10:32:44 +00:00
parent 176f9a787b
commit bdc2084b30

View File

@ -20,7 +20,7 @@
get_the_author()
);
?>
</h2>
</h2><!-- .author-title -->
<p class="author-description"> <?php the_author_meta( 'description' ); ?></p><!-- .author-description -->
<?php
printf(