Make WordPress Core


Ignore:
Timestamp:
12/05/2007 12:29:05 AM (17 years ago)
Author:
ryan
Message:

Remove unused variables. Props DD32. fixes #5418

File:
1 edited

Legend:

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

    r5821 r6354  
    99
    1010function edit_comment() {
    11     global $user_ID;
    1211
    13     $comment_ID = (int) $_POST['comment_ID'];
    1412    $comment_post_ID = (int) $_POST['comment_post_ID'];
    1513
Note: See TracChangeset for help on using the changeset viewer.