Make WordPress Core


Ignore:
Timestamp:
03/06/2009 05:06:15 AM (16 years ago)
Author:
ryan
Message:

Use wpdb::insert() and update(). see #6836

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r10680 r10731  
    217217
    218218    $comment_id = absint( $_POST['comment_ID'] );
    219     $comment_post_id = absint( $_POST['comment_post_id'] );
     219    $comment_post_id = absint( $_POST['comment_post_ID'] );
    220220
    221221    check_admin_referer( 'update-comment_' . $comment_id );
Note: See TracChangeset for help on using the changeset viewer.