Make WordPress Core


Ignore:
Timestamp:
03/26/2004 11:26:57 AM (21 years ago)
Author:
michelvaldrighi
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r1012 r1018  
    8888    (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved)
    8989    VALUES
    90     ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', ,'$now_gmt', '$comment', '$approved')
     90    ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', '$now_gmt', '$comment', '$approved')
    9191    ");
    9292
Note: See TracChangeset for help on using the changeset viewer.