From 3f08cede4c4e71244a5c5f8f6cfe1ce98e5e908b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:06:20 +0000
Subject: [PATCH] =Switching to new jvb system
---
taxonomies/_setup.php | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index a08abbc..d2a2c3a 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -22,10 +22,10 @@
require(ATAT_DIR . '/taxonomies/flags.php');
-add_filter('jvb_taxonomy', 'atat_taxonomy');
-function atat_taxonomy():array
-{
- return [
- 'flags' => atat_flags(),
- ];
-}
\ No newline at end of file
+//add_filter('jvb_taxonomy', 'atat_taxonomy');
+//function atat_taxonomy():array
+//{
+// return [
+// 'flags' => atat_flags(),
+// ];
+//}
\ No newline at end of file
--
Gitblit v1.10.0