Skip to content

Commit

Permalink
Remove duplicate declaration of manual taxonomy caps
Browse files Browse the repository at this point in the history
  • Loading branch information
HPiirainen committed Jul 28, 2023
1 parent df61778 commit 2c8a8d1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,18 +220,6 @@ class Roles implements Controller {
'assign_manual_event_categories',
];

/**
* Manual Event Category taxonomy
*
* @var string[]
*/
private $taxonomy_manual_event_category_all_capabilities = [
'manage_manual_event_categories',
'edit_manual_event_categories',
'delete_manual_event_categories',
'assign_manual_event_categories',
];

/**
* Tablepress capabilities
*
Expand Down

0 comments on commit 2c8a8d1

Please sign in to comment.