Twenty Eleven and Twenty Twelve: fix incorrect end HTML comment left over from Twenty Ten.

See #19978.


git-svn-id: https://develop.svn.wordpress.org/trunk@19957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-02-21 05:44:31 +00:00
parent 4ca469ce8f
commit 5a39eb1696
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ get_header(); ?>
<h2><?php printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); ?></h2>
<?php the_author_meta( 'description' ); ?>
</div><!-- #author-description -->
</div><!-- #entry-author-info -->
</div><!-- #author-info -->
<?php endif; ?>
<?php /* Start the Loop */ ?>

View File

@ -65,7 +65,7 @@
</a>
</div><!-- #author-link -->
</div><!-- #author-description -->
</div><!-- #entry-author-info -->
</div><!-- #author-info -->
<?php endif; ?>
</footer><!-- .entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->

View File

@ -33,7 +33,7 @@ get_header(); ?>
<h2><?php printf( __( 'About %s', 'twentytwelve' ), get_the_author() ); ?></h2>
<?php the_author_meta( 'description' ); ?>
</div><!-- #author-description -->
</div><!-- #entry-author-info -->
</div><!-- #author-info -->
<?php endif; ?>
<?php /* Start the Loop */ ?>

View File

@ -65,7 +65,7 @@
</a>
</div><!-- #author-link -->
</div><!-- #author-description -->
</div><!-- #entry-author-info -->
</div><!-- #author-info -->
<?php endif; ?>
</footer><!-- .entry-meta -->
</article><!-- #post -->