From 58e8ae0759ccfa97c478ccae4e0778bdce70966f Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 22 Jan 2026 22:40:02 +0000
Subject: [PATCH] =DirectoryManager.php updates, some javascript tweaks for CRUD.js, and minor style changes
---
inc/registry/PostTypeRegistrar.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/inc/registry/PostTypeRegistrar.php b/inc/registry/PostTypeRegistrar.php
index cd753c4..13a75f8 100644
--- a/inc/registry/PostTypeRegistrar.php
+++ b/inc/registry/PostTypeRegistrar.php
@@ -80,7 +80,6 @@
if ($this->config['is_timeline']??false) {
}
-
register_post_type($this->post_type, $args);
if (!empty($this->fields)) {
--
Gitblit v1.10.0