Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #38652


Ignore:
Timestamp:
04/15/2017 04:58:05 PM (8 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38652

    • Property Status changed from new to accepted
    • Property Summary changed from Introduce singular capabilities for managing individual plugins to Introduce singular capabilities for activating and deactivating individual plugins
    • Property Owner set to johnbillion
    • Property Milestone changed from Future Release to 4.8
    • Property Keywords has-patch added; needs-patch removed
  • 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.
     1As we did in #35614 for taxonomy terms, singular capabilities should be introduced for managing individual plugins.
    22
    33This would allow fine-grained cap checks such as `current_user_can( 'activate_plugin', $plugin_file )`.
     4
     5This ticket covers activating and deactivating plugins.