Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802.

git-svn-id: http://core.svn.wordpress.org/trunk@23755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-19 19:25:56 +00:00
parent 5d72bf7ea1
commit 561ce28892
6 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ get_header(); ?>
<header class="page-header">
<h1 class="page-title"><?php _e( 'Not found', 'twentythirteen' ); ?></h1>
</header><!-- .page-header -->
</header>
<div class="page-wrapper">
<div class="page-content">

View File

@ -48,7 +48,7 @@ if ( post_password_required() )
<h1 class="screen-reader-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1>
<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentythirteen' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentythirteen' ) ); ?></div>
</nav>
</nav><!-- .comment-navigation -->
<?php endif; // Check for comment navigation ?>
<?php if ( ! comments_open() && get_comments_number() ) : ?>

View File

@ -31,6 +31,6 @@
<?php if ( get_the_author_meta( 'description' ) && is_multi_author() ) : ?>
<?php get_template_part( 'author-bio' ); ?>
<?php endif; ?>
</footer>
</footer><!-- .entry-meta -->
<?php endif; // is_single() ?>
</article><!-- #post -->

View File

@ -10,7 +10,7 @@
<header class="page-header">
<h1 class="page-title"><?php _e( 'Nothing Found', 'twentythirteen' ); ?></h1>
</header><!-- .page-header -->
</header>
<div class="page-content">
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>

View File

@ -13,6 +13,6 @@ if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="secondary" class="sidebar-container" role="complementary">
<div class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div>
</div><!-- .widget-area -->
</div><!-- #secondary -->
<?php endif; ?>

View File

@ -14,7 +14,7 @@ if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
<div class="sidebar-inner">
<div class="widget-area">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div>
</div>
</div><!-- .widget-area -->
</div><!-- .sidebar-inner -->
</div><!-- #tertiary -->
<?php endif; ?>