From 649c6af379f1247cbbf924a6ed39244e9aba46fb Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:34:17 +0000
Subject: [PATCH] =tattysoap latest
---
taxonomies/_setup.php | 24 ++++--------------------
1 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index 0467d9b..a08abbc 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -20,28 +20,12 @@
* -> add use_in_stats (bool) to use the field in user statistics
*/
-require(AJV_DIR . '/taxonomies/age.php');
-require(AJV_DIR . '/taxonomies/body-part.php');
-require(AJV_DIR . '/taxonomies/goal.php');
-require(AJV_DIR . '/taxonomies/person.php');
-require(AJV_DIR . '/taxonomies/section.php');
-require(AJV_DIR . '/taxonomies/skin-type.php');
-require(AJV_DIR . '/taxonomies/style.php');
-require(AJV_DIR . '/taxonomies/theme.php');
-require(AJV_DIR . '/taxonomies/timeline.php');
+require(ATAT_DIR . '/taxonomies/flags.php');
-add_filter('jvb_taxonomy', 'altr_taxonomy');
-function altr_taxonomy():array
+add_filter('jvb_taxonomy', 'atat_taxonomy');
+function atat_taxonomy():array
{
return [
- 'age' => altr_age(),
- 'body-part' => altr_body_part(),
- 'goal' => altr_goal(),
- 'person' => altr_person(),
- 'skin-type' => altr_skin_type(),
- 'timeline' => altr_timeline(),
- 'style' => altr_style(),
- 'theme' => altr_theme(),
- 'section' => altr_section(),
+ 'flags' => atat_flags(),
];
}
\ No newline at end of file
--
Gitblit v1.10.0