mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
176f9a787b
commit
bdc2084b30
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user