Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #31518, comment 5


Ignore:
Timestamp:
10/30/2016 11:44:27 AM (8 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31518, comment 5

    v2 v3  
    88
    99 * ~~`(delete|edit)_(post|page}` on your own trashed post which was never published ([https://github.com/WordPress/WordPress/blob/4.3/wp-includes/capabilities.php#L1168-L1170 ref]/[https://github.com/WordPress/WordPress/blob/4.3/wp-includes/capabilities.php#L1216-L1218 ref]).~~ Fixed in [35747].
    10  * `(edit|delete|add)_post_meta` when an `auth_post_meta_{$meta_key}` filter is in place and returns true ([https://github.com/WordPress/WordPress/blob/4.3/wp-includes/capabilities.php#L1297-L1298 ref]).
     10 * ~~`(edit|delete|add)_post_meta` when an `auth_post_meta_{$meta_key}` filter is in place and returns true ([https://github.com/WordPress/WordPress/blob/4.3/wp-includes/capabilities.php#L1297-L1298 ref]).~~ Invalid.
    1111
    1212These will all need fixes and/or unit test coverage before this can go in.