From 49e6e30c315eb57c6bef28b5c695002048599954 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 3 Dec 2013 20:42:02 +0000 Subject: [PATCH] Twenty Fourteen: avoid empty markup when no next or previous image in image template. Props MikeHansenMe and jartes, fixes #26208. git-svn-id: https://develop.svn.wordpress.org/trunk@26586 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/image.php b/src/wp-content/themes/twentyfourteen/image.php index e6ee08d090..613f1112ad 100644 --- a/src/wp-content/themes/twentyfourteen/image.php +++ b/src/wp-content/themes/twentyfourteen/image.php @@ -76,8 +76,8 @@ get_header();