Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31760, comment 5


Ignore:
Timestamp:
05/06/2015 10:04:20 PM (10 years ago)
Author:
jeremyclarke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31760, comment 5

    initial v1  
    11Nice to see this was fixed. I'll add another important scenario: User doesn't have edit_others_posts OR publish_posts, but a plugin is using map_meta_cap to delegate selective access to specific posts (certainly something intended by the map_meta_cap system which passes the post_id and author_id around for just such delegation).
    22
    3 My use case is an add-on to Edit Flow that lets users who are ticked in "Notifiations" (subscribed to a post) also edit it so we don't have to promote every user to 'Editor' in order to let them work together on posts.
     3My use case is an add-on to Edit Flow that lets users who are ticked in "Notifiations" (subscribed to a post) also edit it so we don't have to promote every user to 'Editor' in order to let them work together on posts.
     4
     5Related #30452