From: Anthony Talarico Date: Fri, 30 Nov 2018 14:38:29 +0000 (-0500) Subject: changing the blocks to be divs instead of a ul X-Git-Tag: v1.6.2^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=55b03a690d1ccc8f88fd214aacd2efc4cf4982ef;p=WP-Plugins%2Fglm-blocks.git changing the blocks to be divs instead of a ul --- 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; }