Make WordPress Core


Ignore:
Timestamp:
05/11/2006 11:05:45 PM (19 years ago)
Author:
ryan
Message:

Backport nonces and pluggable cookies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-includes/comment-functions.php

    r3762 r3771  
    3434        $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$post->ID' AND ( comment_approved = '1' OR ( comment_author = '$author_db' AND comment_author_email = '$email_db' AND comment_approved = '0' ) ) ORDER BY comment_date");
    3535    }
    36 
    37     get_currentuserinfo();
    3836
    3937    define('COMMENTS_TEMPLATE', true);
Note: See TracChangeset for help on using the changeset viewer.