Skip to content

Commit

Permalink
feat: add author support for circolare
Browse files Browse the repository at this point in the history
Co-authored-by: Angelo Bottazzo <[email protected]>
  • Loading branch information
sviluppoRobyone and Angelo Bottazzo authored Jun 12, 2024
1 parent 7f62245 commit 02c5ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin/circolare.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function dsi_register_circolare_post_type()
$args = array(
'label' => __('Circolare', 'design_scuole_italia'),
'labels' => $labels,
'supports' => array('title', 'editor'),
'supports' => array('title', 'editor', 'author'),
'taxonomies' => array('post_tag'),
'hierarchical' => false,
'public' => true,
Expand Down

0 comments on commit 02c5ca9

Please sign in to comment.