Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23939, comment 2


Ignore:
Timestamp:
04/04/2013 07:10:35 PM (13 years ago)
Author:
fgauthier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23939, comment 2

    initial v1  
    11I may be confused, but wp_ajax_replyto_comment is called from the admin -> comments console when the admin clicks the reply link of a comment, not a post.
    22
    3 This function allows the admin to reply to a comment and potentially approve the comment to which he is replying to.
     3This function allows the admin to reply to a comment and potentially approve the comment to which he is replying to. It seems to me that we have a comment to check against, not a post.
    44
    5 It seems to me that we have a comment to check against, not a post.
     5Also, approving comments in wp-admin/edit-comments.php requires the "edit_comment" capability, not "edit_post".