Changes between Version 2 and Version 3 of Ticket #31518, comment 5
- Timestamp:
- 10/30/2016 11:44:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31518, comment 5
v2 v3 8 8 9 9 * ~~`(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. 11 11 12 12 These will all need fixes and/or unit test coverage before this can go in.