From 5b50938ce170b5e4305230865c99c8600d11afda Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Fri, 22 Jun 2018 16:47:54 +0300 Subject: [PATCH] - fixed post's state --- includes/class-init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-init.php b/includes/class-init.php index 475c7238..5aaa9227 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -495,6 +495,7 @@ if ( ! class_exists( 'UM' ) ) { $this->metabox(); $this->admin_upgrade()->init_packages_ajax_handlers(); $this->admin_gdpr(); + $this->columns(); } elseif ( $this->is_request( 'admin' ) ) { $this->admin(); $this->admin_menu();