Changeset 10731 for trunk/wp-admin/comment.php
- Timestamp:
- 03/06/2009 05:06:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r10680 r10731 217 217 218 218 $comment_id = absint( $_POST['comment_ID'] ); 219 $comment_post_id = absint( $_POST['comment_post_ id'] );219 $comment_post_id = absint( $_POST['comment_post_ID'] ); 220 220 221 221 check_admin_referer( 'update-comment_' . $comment_id );
Note: See TracChangeset
for help on using the changeset viewer.