mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Twenty Twenty-One: Use consistent HTML comments after closing HTML tags.
Follow-up to [45209] for other bundled themes. Props arcangelini, audrasjb. Fixes #51950. git-svn-id: https://develop.svn.wordpress.org/trunk@49761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -99,7 +99,7 @@ while ( have_posts() ) {
|
||||
}
|
||||
?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-## -->
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
<?php
|
||||
// If comments are open or there is at least one comment, load up the comment template.
|
||||
if ( comments_open() || get_comments_number() ) {
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
<?php get_template_part( 'template-parts/post/author-bio' ); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</article><!-- #post-${ID} -->
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
<footer class="entry-footer default-max-width">
|
||||
<?php twenty_twenty_one_entry_meta_footer(); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</article><!-- #post-${ID} -->
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
|
||||
Reference in New Issue
Block a user