Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43709, comment 4


Ignore:
Timestamp:
04/13/2018 07:27:13 AM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43709, comment 4

    initial v1  
    11Yeah, capability based approach will make it easier for plugins to enable deleting of revisions. As far as I see the checks should be if the current user can:
    22- Delete the parent post.
    3 - Delete attachments. This should always be "do_not_allow" by default.
     3- Delete revisions. This should always be "do_not_allow" by default.