From 5697a1c3af703f04902c0422c0536c88899ebb27 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:49:18 +0000
Subject: [PATCH] =Base Plugin setup for new Site class config
---
taxonomies/_setup.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index d2a2c3a..d8d0c72 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -20,12 +20,12 @@
* -> add use_in_stats (bool) to use the field in user statistics
*/
-require(ATAT_DIR . '/taxonomies/flags.php');
+require(AEI_DIR . '/taxonomies/flags.php');
-//add_filter('jvb_taxonomy', 'atat_taxonomy');
-//function atat_taxonomy():array
+//add_filter('jvb_taxonomy', 'aei_taxonomy');
+//function aei_taxonomy():array
//{
// return [
-// 'flags' => atat_flags(),
+// 'flags' => aei_flags(),
// ];
//}
\ No newline at end of file
--
Gitblit v1.10.0