From 40fe3caeb169f29ebf3a39542a5bae4b682ef67d Mon Sep 17 00:00:00 2001 From: olatechpro Date: Fri, 19 Jul 2024 09:29:55 +0100 Subject: [PATCH] Move remaining Planner capabilities to correct tab in the Capabilities plugin #1638 --- publishpress.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/publishpress.php b/publishpress.php index 1f2de70a..417b97f0 100644 --- a/publishpress.php +++ b/publishpress.php @@ -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;