From 71fb596f327ca3500a1a594dd05c5011a498699d Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Thu, 21 Apr 2022 17:58:09 +0200 Subject: [PATCH] fix(generator): clean better --- plugin-name/internals/PostTypes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/internals/PostTypes.php b/plugin-name/internals/PostTypes.php index 14c8009d..9bbd5028 100644 --- a/plugin-name/internals/PostTypes.php +++ b/plugin-name/internals/PostTypes.php @@ -120,9 +120,9 @@ public function load_cpts() { //phpcs:ignore 'slug' => 'demo', 'show_in_rest' => true, 'dashboard_activity' => true, - // WPBPGen{{#if system_capability-system}} + // WPBPGen{{#if system_capability-system}} 'capability_type' => array( 'demo', 'demoes' ), - // {{/if}} + // {{/if}} // Add some custom columns to the admin screen 'admin_cols' => array( 'featured_image' => array(