Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16129


Ignore:
Timestamp:
01/06/2011 10:43:09 PM (14 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16129 – Description

    initial v1  
    1 
    21Checks current_user_can( 'edit_post', $comment_post_ID )
    32
    4 But should be current_user_can( 'edit_comment', (int) $_POST['comment_ID'] )
     3But should be current_user_can( 'edit_comment', (int) $_POST!['comment_ID'] )