From 37f04694d5c64fbfc979b4b79b914cbea73640fb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Apr 2019 01:30:53 +0000 Subject: [PATCH] Bundled Themes: Use consistent HTML comments after closing HTML tags. Props iamdmitrymayorov. Fixes #46871. Built from https://develop.svn.wordpress.org/trunk@45209 git-svn-id: http://core.svn.wordpress.org/trunk@45018 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/content-link.php | 2 +- wp-content/themes/twentyfifteen/content-page.php | 2 +- wp-content/themes/twentyfifteen/content-search.php | 2 +- wp-content/themes/twentyfifteen/content.php | 2 +- wp-content/themes/twentyfifteen/image.php | 2 +- wp-content/themes/twentyfourteen/content-aside.php | 2 +- wp-content/themes/twentyfourteen/content-audio.php | 2 +- wp-content/themes/twentyfourteen/content-featured-post.php | 2 +- wp-content/themes/twentyfourteen/content-gallery.php | 2 +- wp-content/themes/twentyfourteen/content-image.php | 2 +- wp-content/themes/twentyfourteen/content-link.php | 2 +- wp-content/themes/twentyfourteen/content-page.php | 2 +- wp-content/themes/twentyfourteen/content-quote.php | 2 +- wp-content/themes/twentyfourteen/content-video.php | 2 +- wp-content/themes/twentyfourteen/content.php | 2 +- wp-content/themes/twentyfourteen/image.php | 2 +- wp-content/themes/twentyfourteen/inc/widgets.php | 2 +- .../themes/twentyfourteen/page-templates/contributors.php | 2 +- wp-content/themes/twentynineteen/header.php | 2 +- wp-content/themes/twentynineteen/image.php | 2 +- .../template-parts/content/content-excerpt.php | 2 +- .../template-parts/content/content-single.php | 2 +- .../twentynineteen/template-parts/content/content.php | 2 +- .../twentynineteen/template-parts/header/entry-header.php | 2 +- .../template-parts/page/content-front-page-panels.php | 2 +- .../template-parts/page/content-front-page.php | 2 +- .../twentyseventeen/template-parts/page/content-page.php | 2 +- .../twentyseventeen/template-parts/post/content-audio.php | 2 +- .../twentyseventeen/template-parts/post/content-excerpt.php | 2 +- .../twentyseventeen/template-parts/post/content-gallery.php | 2 +- .../twentyseventeen/template-parts/post/content-image.php | 2 +- .../twentyseventeen/template-parts/post/content-video.php | 2 +- .../themes/twentyseventeen/template-parts/post/content.php | 2 +- wp-content/themes/twentysixteen/image.php | 2 +- .../themes/twentysixteen/template-parts/content-page.php | 2 +- .../themes/twentysixteen/template-parts/content-search.php | 2 +- .../themes/twentysixteen/template-parts/content-single.php | 2 +- wp-content/themes/twentysixteen/template-parts/content.php | 2 +- wp-content/themes/twentyten/loop-attachment.php | 2 +- wp-content/themes/twentyten/loop-page.php | 2 +- wp-content/themes/twentyten/loop-single.php | 2 +- wp-content/themes/twentyten/loop.php | 6 +++--- wp-includes/version.php | 2 +- 43 files changed, 45 insertions(+), 45 deletions(-) diff --git a/wp-content/themes/twentyfifteen/content-link.php b/wp-content/themes/twentyfifteen/content-link.php index f9a3199771..023e0d6d37 100644 --- a/wp-content/themes/twentyfifteen/content-link.php +++ b/wp-content/themes/twentyfifteen/content-link.php @@ -61,4 +61,4 @@ - + diff --git a/wp-content/themes/twentyfifteen/content-page.php b/wp-content/themes/twentyfifteen/content-page.php index 5b9e796c03..9651518e14 100644 --- a/wp-content/themes/twentyfifteen/content-page.php +++ b/wp-content/themes/twentyfifteen/content-page.php @@ -36,4 +36,4 @@ ', '' ); ?> - + diff --git a/wp-content/themes/twentyfifteen/content-search.php b/wp-content/themes/twentyfifteen/content-search.php index faa79f50b0..f8091ce6b2 100644 --- a/wp-content/themes/twentyfifteen/content-search.php +++ b/wp-content/themes/twentyfifteen/content-search.php @@ -34,4 +34,4 @@ - + diff --git a/wp-content/themes/twentyfifteen/content.php b/wp-content/themes/twentyfifteen/content.php index 1ac377af47..13799fb0b9 100644 --- a/wp-content/themes/twentyfifteen/content.php +++ b/wp-content/themes/twentyfifteen/content.php @@ -61,4 +61,4 @@ ', '' ); ?> - + diff --git a/wp-content/themes/twentyfifteen/image.php b/wp-content/themes/twentyfifteen/image.php index 5afa773f49..3eb25b3fb3 100644 --- a/wp-content/themes/twentyfifteen/image.php +++ b/wp-content/themes/twentyfifteen/image.php @@ -74,7 +74,7 @@ get_header(); ?> ', '' ); ?> - + ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-audio.php b/wp-content/themes/twentyfourteen/content-audio.php index 4dba002a26..36aa5a9d28 100644 --- a/wp-content/themes/twentyfourteen/content-audio.php +++ b/wp-content/themes/twentyfourteen/content-audio.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-featured-post.php b/wp-content/themes/twentyfourteen/content-featured-post.php index d5a16fef20..707b957029 100644 --- a/wp-content/themes/twentyfourteen/content-featured-post.php +++ b/wp-content/themes/twentyfourteen/content-featured-post.php @@ -31,4 +31,4 @@ ', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-gallery.php b/wp-content/themes/twentyfourteen/content-gallery.php index 9ecdfbf92d..2f793a8efc 100644 --- a/wp-content/themes/twentyfourteen/content-gallery.php +++ b/wp-content/themes/twentyfourteen/content-gallery.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-image.php b/wp-content/themes/twentyfourteen/content-image.php index 911ef23964..5e58bf0097 100644 --- a/wp-content/themes/twentyfourteen/content-image.php +++ b/wp-content/themes/twentyfourteen/content-image.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-link.php b/wp-content/themes/twentyfourteen/content-link.php index 9ad0810206..d4c7c8bdfa 100644 --- a/wp-content/themes/twentyfourteen/content-link.php +++ b/wp-content/themes/twentyfourteen/content-link.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-page.php b/wp-content/themes/twentyfourteen/content-page.php index ca8ebd9bb4..5a42117ee0 100644 --- a/wp-content/themes/twentyfourteen/content-page.php +++ b/wp-content/themes/twentyfourteen/content-page.php @@ -30,4 +30,4 @@ edit_post_link( __( 'Edit', 'twentyfourteen' ), '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-quote.php b/wp-content/themes/twentyfourteen/content-quote.php index 703190878e..29e6ec37be 100644 --- a/wp-content/themes/twentyfourteen/content-quote.php +++ b/wp-content/themes/twentyfourteen/content-quote.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content-video.php b/wp-content/themes/twentyfourteen/content-video.php index c13d67009c..1c1a0efb08 100644 --- a/wp-content/themes/twentyfourteen/content-video.php +++ b/wp-content/themes/twentyfourteen/content-video.php @@ -63,4 +63,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/content.php b/wp-content/themes/twentyfourteen/content.php index 367cf337e9..bf05363359 100644 --- a/wp-content/themes/twentyfourteen/content.php +++ b/wp-content/themes/twentyfourteen/content.php @@ -73,4 +73,4 @@ ', '', '' ); ?> - + diff --git a/wp-content/themes/twentyfourteen/image.php b/wp-content/themes/twentyfourteen/image.php index f0af8b83bd..eb4a1658d0 100644 --- a/wp-content/themes/twentyfourteen/image.php +++ b/wp-content/themes/twentyfourteen/image.php @@ -61,7 +61,7 @@ get_header(); ); ?> - +