From 00d9b3f74ba57971604994272fbbeb6abe05a1dc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 19 Mar 2013 19:25:56 +0000 Subject: [PATCH] Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802. git-svn-id: https://develop.svn.wordpress.org/trunk@23755 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/404.php | 2 +- wp-content/themes/twentythirteen/comments.php | 2 +- wp-content/themes/twentythirteen/content-link.php | 2 +- wp-content/themes/twentythirteen/content-none.php | 2 +- wp-content/themes/twentythirteen/sidebar-main.php | 2 +- wp-content/themes/twentythirteen/sidebar.php | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentythirteen/404.php b/wp-content/themes/twentythirteen/404.php index 8a57e7fe4e..b19b468af5 100644 --- a/wp-content/themes/twentythirteen/404.php +++ b/wp-content/themes/twentythirteen/404.php @@ -14,7 +14,7 @@ get_header(); ?> +
diff --git a/wp-content/themes/twentythirteen/comments.php b/wp-content/themes/twentythirteen/comments.php index d55711831b..a7eab05965 100644 --- a/wp-content/themes/twentythirteen/comments.php +++ b/wp-content/themes/twentythirteen/comments.php @@ -48,7 +48,7 @@ if ( post_password_required() )

- + diff --git a/wp-content/themes/twentythirteen/content-link.php b/wp-content/themes/twentythirteen/content-link.php index ab355199f3..151e373249 100644 --- a/wp-content/themes/twentythirteen/content-link.php +++ b/wp-content/themes/twentythirteen/content-link.php @@ -31,6 +31,6 @@ - + diff --git a/wp-content/themes/twentythirteen/content-none.php b/wp-content/themes/twentythirteen/content-none.php index 1d0a890716..469798a6e0 100644 --- a/wp-content/themes/twentythirteen/content-none.php +++ b/wp-content/themes/twentythirteen/content-none.php @@ -10,7 +10,7 @@ +
diff --git a/wp-content/themes/twentythirteen/sidebar-main.php b/wp-content/themes/twentythirteen/sidebar-main.php index 5706e14ca8..bb6034c2a6 100644 --- a/wp-content/themes/twentythirteen/sidebar-main.php +++ b/wp-content/themes/twentythirteen/sidebar-main.php @@ -13,6 +13,6 @@ if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
\ No newline at end of file diff --git a/wp-content/themes/twentythirteen/sidebar.php b/wp-content/themes/twentythirteen/sidebar.php index 1cff1d2566..750945ccca 100644 --- a/wp-content/themes/twentythirteen/sidebar.php +++ b/wp-content/themes/twentythirteen/sidebar.php @@ -14,7 +14,7 @@ if ( is_active_sidebar( 'sidebar-2' ) ) : ?> +
+
\ No newline at end of file