Make WordPress Core

Changeset 4367


Ignore:
Timestamp:
10/10/2006 04:48:59 AM (18 years ago)
Author:
markjaquith
Message:

Less run-on first comment. fixes #3196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/install.php

    r4286 r4367  
    167167
    168168// Default comment
    169 $wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content) VALUES ('1', '".$wpdb->escape(__('Mr WordPress'))."', '', 'http://wordpress.org/', '$now', '$now_gmt', '".$wpdb->escape(__('Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments, there you will have the option to edit or delete them.'))."')");
     169$wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content) VALUES ('1', '".$wpdb->escape(__('Mr WordPress'))."', '', 'http://wordpress.org/', '$now', '$now_gmt', '".$wpdb->escape(__('Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.'))."')");
    170170
    171171// First Page
Note: See TracChangeset for help on using the changeset viewer.