Skip to content

Commit

Permalink
Move remaining Planner capabilities to correct tab in the Capabilitie…
Browse files Browse the repository at this point in the history
…s plugin #1638
  • Loading branch information
olatechpro committed Jul 19, 2024
1 parent 82dd5d0 commit 40fe3ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,10 @@ public function filterCapabilities($pluginCaps)
'pp_delete_editorial_comment',
'pp_delete_others_editorial_comment',
'pp_edit_editorial_comment',
'pp_edit_others_editorial_comment'
'pp_edit_others_editorial_comment',
'delete_pp_notif_workflow',
'edit_pp_notif_workflow',
'read_pp_notif_workflow',
];

$pluginCaps['PublishPress Planner'] = $caps;
Expand Down

0 comments on commit 40fe3ca

Please sign in to comment.