Changeset 3537
- Timestamp:
- 02/17/06 01:00:18 (3 years ago)
- Files:
-
- trunk/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-functions.php
r3535 r3537 79 79 if ( ! isset($comment_approved) ) 80 80 $comment_approved = 1; 81 if ( ! isset($user_id) ) 82 $user_id = 0; 81 83 82 84 $result = $wpdb->query("INSERT INTO $wpdb->comments
