Changes between Initial Version and Version 1 of Ticket #23939, comment 2
- Timestamp:
- 04/04/2013 07:10:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23939, comment 2
initial v1 1 1 I 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. 2 2 3 This function allows the admin to reply to a comment and potentially approve the comment to which he is replying to. 3 This 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. 4 4 5 It seems to me that we have a comment to check against, not a post. 5 Also, approving comments in wp-admin/edit-comments.php requires the "edit_comment" capability, not "edit_post".