From 2291d479afe4ed2c96d74db99ef63ed3ee6447ce Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 18 Nov 2013 22:48:10 +0000 Subject: [PATCH] Twenty Fourteen: simplify tags output in content templates, props nacin. See #26093. Built from https://develop.svn.wordpress.org/trunk@26258 git-svn-id: http://core.svn.wordpress.org/trunk@26164 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/content-aside.php | 5 +---- wp-content/themes/twentyfourteen/content-audio.php | 5 +---- wp-content/themes/twentyfourteen/content-gallery.php | 5 +---- wp-content/themes/twentyfourteen/content-image.php | 5 +---- wp-content/themes/twentyfourteen/content-link.php | 5 +---- wp-content/themes/twentyfourteen/content-quote.php | 5 +---- wp-content/themes/twentyfourteen/content-video.php | 5 +---- wp-content/themes/twentyfourteen/content.php | 5 +---- 8 files changed, 8 insertions(+), 32 deletions(-) diff --git a/wp-content/themes/twentyfourteen/content-aside.php b/wp-content/themes/twentyfourteen/content-aside.php index ca17003f24..3837a2e9ec 100644 --- a/wp-content/themes/twentyfourteen/content-aside.php +++ b/wp-content/themes/twentyfourteen/content-aside.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-audio.php b/wp-content/themes/twentyfourteen/content-audio.php index b18b6e5722..cb5b022482 100644 --- a/wp-content/themes/twentyfourteen/content-audio.php +++ b/wp-content/themes/twentyfourteen/content-audio.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-gallery.php b/wp-content/themes/twentyfourteen/content-gallery.php index fe27a97154..c49a26143d 100644 --- a/wp-content/themes/twentyfourteen/content-gallery.php +++ b/wp-content/themes/twentyfourteen/content-gallery.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-image.php b/wp-content/themes/twentyfourteen/content-image.php index 563ff42824..836601ff40 100644 --- a/wp-content/themes/twentyfourteen/content-image.php +++ b/wp-content/themes/twentyfourteen/content-image.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-link.php b/wp-content/themes/twentyfourteen/content-link.php index a49c62ae6a..d208ba09a0 100644 --- a/wp-content/themes/twentyfourteen/content-link.php +++ b/wp-content/themes/twentyfourteen/content-link.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-quote.php b/wp-content/themes/twentyfourteen/content-quote.php index e43c598f78..b93cf994ad 100644 --- a/wp-content/themes/twentyfourteen/content-quote.php +++ b/wp-content/themes/twentyfourteen/content-quote.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content-video.php b/wp-content/themes/twentyfourteen/content-video.php index c525e0d767..bedbd7fbd2 100644 --- a/wp-content/themes/twentyfourteen/content-video.php +++ b/wp-content/themes/twentyfourteen/content-video.php @@ -53,8 +53,5 @@ ?> - ', '', '' ); - ?> + ', '', '' ); ?> diff --git a/wp-content/themes/twentyfourteen/content.php b/wp-content/themes/twentyfourteen/content.php index 3108b86b4a..d9bf754f1e 100644 --- a/wp-content/themes/twentyfourteen/content.php +++ b/wp-content/themes/twentyfourteen/content.php @@ -62,8 +62,5 @@ - ', '', '' ); - ?> + ', '', '' ); ?>