Skip to content

Commit 71fb596

Browse files
committed
fix(generator): clean better
1 parent ef58ffb commit 71fb596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-name/internals/PostTypes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ public function load_cpts() { //phpcs:ignore
120120
'slug' => 'demo',
121121
'show_in_rest' => true,
122122
'dashboard_activity' => true,
123-
// WPBPGen{{#if system_capability-system}}
123+
// WPBPGen{{#if system_capability-system}}
124124
'capability_type' => array( 'demo', 'demoes' ),
125-
// {{/if}}
125+
// {{/if}}
126126
// Add some custom columns to the admin screen
127127
'admin_cols' => array(
128128
'featured_image' => array(

0 commit comments

Comments
 (0)