From 7333b141895467acaebd297001e6e0b3503226c5 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 31 May 2026 15:24:13 +0000
Subject: [PATCH] =fixes to cover summary outputs, projects, and more
---
taxonomies/_setup.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index 029cae3..e21774c 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -29,7 +29,7 @@
require(AJV_DIR . '/taxonomies/target.php');
require(AJV_DIR . '/taxonomies/theme.php');
-add_filter('jvb_taxonomy', 'ajv_taxonomy');
+//add_filter('jvb_taxonomy', 'ajv_taxonomy');
function ajv_taxonomy():array
{
return [
--
Gitblit v1.10.0