From 55b03a690d1ccc8f88fd214aacd2efc4cf4982ef Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Nov 2018 09:38:29 -0500 Subject: [PATCH] changing the blocks to be divs instead of a ul --- glm-blocks.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glm-blocks.php b/glm-blocks.php index 20907d7..db5c053 100644 --- a/glm-blocks.php +++ b/glm-blocks.php @@ -62,23 +62,23 @@ function landing_page_blocks( $atts ) if(function_exists('fetch_all_glm_blocks')): $category = filter_var($atts['category'], FILTER_VALIDATE_INT); $blocks = fetch_all_glm_blocks($category); - $out .= ''; + $out .= ''; endif; return $out; } -- 2.17.1