Changes between Version 3 and Version 4 of Ticket #22415, comment 4
- Timestamp:
- 11/15/12 15:22:48 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22415, comment 4
v3 v4 13 13 if ( ! empty( $_REQUEST['post_id'] ) && ! current_user_can( 'edit_posts' , $_REQUEST['post_id'] ) 14 14 }}} 15 16 Because WP haven't got the edit_post capability, but only edit_posts.
