Ticket #2760: nonce-comment-editing.diff
| File nonce-comment-editing.diff, 342 bytes (added by markjaquith, 2 years ago) |
|---|
-
wp-admin/post.php
old new 322 322 323 323 case 'editedcomment': 324 324 325 check_admin_referer('update-comment' );325 check_admin_referer('update-comment' . $_POST['comment_ID']); 326 326 327 327 edit_comment(); 328 328
