Content now equal to shortcode in functions, attempt to fix 500 on dev55
authorLaury GvR <laury@gaslightmedia.com>
Mon, 28 Sep 2015 17:17:33 +0000 (13:17 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 28 Sep 2015 17:17:33 +0000 (13:17 -0400)
functions.php

index 0d8b7e5..ba2c2ef 100644 (file)
@@ -427,7 +427,7 @@ function custom_content($content) {
             && in_array( 'glm-members-list', $matches[2] ) )
         {
             $shortcode = $matches[0][0];
-            $content = do_shortcode($shortcode);
+            $content = $shortcode;
             return $content;
         } else {
             $content=str_replace($matches[0],"",$content);