From 30c50b895229db7f5faba8bf2f80555516d17766 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Aug 2017 12:21:52 -0400 Subject: [PATCH] moving conditional around block image to avoid having an anchor if no link adjusting the conditionals to remove the anchor if there is no link set in the block admin --- parts/glm-blocks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 6b4e549..4b747c1 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -35,16 +35,16 @@ default:
+ ID, 'full'); ?> url):?> - ID, 'full'); ?> externalUrl){echo ' target="_blank"';}?>> - +
- url):?> + url):?>
-- 2.17.1