Changeset 9541 for trunk/wp-includes/comment.php
- Timestamp:
- 11/06/2008 02:05:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r9522 r9541 850 850 if ( ! isset($user_id) ) 851 851 $user_id = 0; 852 if ( ! isset($comment_type) ) 853 $comment_type = ''; 852 854 853 855 $result = $wpdb->query( $wpdb->prepare("INSERT INTO $wpdb->comments
Note: See TracChangeset
for help on using the changeset viewer.