From 7f1196b0706fa872883bb976e46d6d8e6136f47f Mon Sep 17 00:00:00 2001 From: QWp6t Date: Mon, 10 Jul 2017 04:34:06 -0700 Subject: [PATCH] Comment out example view namespace --- config/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/view.php b/config/view.php index fde5099..c00d1b0 100644 --- a/config/view.php +++ b/config/view.php @@ -45,7 +45,7 @@ return [ */ 'namespaces' => [ - // In your views use something like: @include(WC::some.view.or.partial.here) - 'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/', + /* Given the below example, in your views use something like: @include('WC::some.view.or.partial.here') */ + // 'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/', ], ];