Make WordPress Core


Ignore:
Timestamp:
11/06/2008 02:05:59 AM (16 years ago)
Author:
ryan
Message:

notice fixes

File:
1 edited

Legend:

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

    r9522 r9541  
    850850    if ( ! isset($user_id) )
    851851        $user_id = 0;
     852    if ( ! isset($comment_type) )
     853        $comment_type = '';
    852854
    853855    $result = $wpdb->query( $wpdb->prepare("INSERT INTO $wpdb->comments
Note: See TracChangeset for help on using the changeset viewer.