Comment out example view namespace

This commit is contained in:
QWp6t
2017-07-10 04:34:06 -07:00
committed by GitHub
parent 78473e2fc9
commit 7f1196b070

View File

@@ -45,7 +45,7 @@ return [
*/ */
'namespaces' => [ 'namespaces' => [
// In your views use something like: @include(WC::some.view.or.partial.here) /* Given the below example, in your views use something like: @include('WC::some.view.or.partial.here') */
'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/', // 'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/',
], ],
]; ];