From 48721c85ebcfa973ee81719d2467ca80e4253dc9 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 01 May 2026 17:30:03 +0000
Subject: [PATCH] =Edmonton Ink hard test begins! Real testing of the managers and reset routes will commence. So far, just ensuring our classes are all loaded correctly: Site() and its sub-classes Membership, Login, etc. Care should be taken to load conditionally on 'init', as we finish defining most settings by 'plugins_loaded' at priority 5

---
 base/content.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/content.php b/base/content.php
index fb5f436..215c697 100644
--- a/base/content.php
+++ b/base/content.php
@@ -18,9 +18,9 @@
  *      - rewrites      = (array) key = associated taxonomy; value = what to append to rewrite base
  */
 $defaults = [];
-if (!empty(JVB_SITE) && array_key_exists('has_support', JVB_SITE) && JVB_SITE['has_support'] === true) {
-	$defaults = array_merge($defaults, jvb_support_post_type());
-}
+//if (!empty(JVB_SITE) && array_key_exists('has_support', JVB_SITE) && JVB_SITE['has_support'] === true) {
+//	$defaults = array_merge($defaults, jvb_support_post_type());
+//}
 $content = array_merge($defaults, apply_filters('jvb_content', []));
 define('JVB_CONTENT', $content);
 

--
Gitblit v1.10.0