[wp-cvs] wordpress/wp-admin install.php,1.50,1.51

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Jan 10 20:12:58 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10434/wp-admin

Modified Files:
	install.php 
Log Message:
No email on the default comment.

Index: install.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/install.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** install.php	14 Dec 2004 07:55:26 -0000	1.50
--- install.php	10 Jan 2005 20:12:55 -0000	1.51
***************
*** 150,154 ****
  
  // Default comment
! $wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content) VALUES ('1', 'Mr WordPress', 'mr at wordpress.org', 'http://wordpress.org', '127.0.0.1', '$now', '$now_gmt', 'Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.')");
  
  // Set up admin user
--- 150,154 ----
  
  // Default comment
! $wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content) VALUES ('1', 'Mr WordPress', '', 'http://wordpress.org', '127.0.0.1', '$now', '$now_gmt', 'Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.')");
  
  // Set up admin user



More information about the cvs mailing list