From 6bb91ed855e9f2289d2550ece294f9fb79ae539c Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 16 Aug 2020 16:48:38 +0100 Subject: [PATCH] remove use of constant --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index f42e63f..f67ebf9 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,6 @@ >' ); -$block_namespace = BLOCK_NAMESPACE; +$block_namespace = '<>'; $block_slug = basename( dirname( __FILE__ ) ); add_action( 'init', function() {