We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef58ffb commit 71fb596Copy full SHA for 71fb596
plugin-name/internals/PostTypes.php
@@ -120,9 +120,9 @@ public function load_cpts() { //phpcs:ignore
120
'slug' => 'demo',
121
'show_in_rest' => true,
122
'dashboard_activity' => true,
123
- // WPBPGen{{#if system_capability-system}}
+ // WPBPGen{{#if system_capability-system}}
124
'capability_type' => array( 'demo', 'demoes' ),
125
- // {{/if}}
+ // {{/if}}
126
// Add some custom columns to the admin screen
127
'admin_cols' => array(
128
'featured_image' => array(
0 commit comments