From 953e2e2e766114239a7ae13b4b9de91e27d3b339 Mon Sep 17 00:00:00 2001 From: Bruno FG Date: Fri, 29 Sep 2023 11:41:35 +1000 Subject: [PATCH] add git config core.ignorecase false --- includes/Post_Type/Post_Type.php | 31 +++++++++++++++++++++++++++++++ includes/Taxonomy/Taxonomy.php | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 includes/Post_Type/Post_Type.php create mode 100644 includes/Taxonomy/Taxonomy.php diff --git a/includes/Post_Type/Post_Type.php b/includes/Post_Type/Post_Type.php new file mode 100644 index 0000000..a111ba4 --- /dev/null +++ b/includes/Post_Type/Post_Type.php @@ -0,0 +1,31 @@ +