Changes between Initial Version and Version 3 of Ticket #38652
- Timestamp:
- 04/15/2017 04:58:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38652
-
Property
Status
changed from
new
toaccepted
-
Property
Summary
changed from
Introduce singular capabilities for managing individual plugins
toIntroduce singular capabilities for activating and deactivating individual plugins
- Property Owner set to johnbillion
-
Property
Milestone
changed from
Future Release
to4.8
- Property Keywords has-patch added; needs-patch removed
-
Property
Status
changed from
-
Ticket #38652 – Description
initial v3 1 As we did in #35614 for taxonomy terms, singular capabilities should be introduced for activating, deactivating, editing, deleting, and updating individual plugins.1 As we did in #35614 for taxonomy terms, singular capabilities should be introduced for managing individual plugins. 2 2 3 3 This would allow fine-grained cap checks such as `current_user_can( 'activate_plugin', $plugin_file )`. 4 5 This ticket covers activating and deactivating plugins.