Changes between Initial Version and Version 1 of Ticket #16129
- Timestamp:
- 01/06/2011 10:43:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16129 – Description
initial v1 1 2 1 Checks current_user_can( 'edit_post', $comment_post_ID ) 3 2 4 But should be current_user_can( 'edit_comment', (int) $_POST ['comment_ID'] )3 But should be current_user_can( 'edit_comment', (int) $_POST!['comment_ID'] )