| 1 | Index: wp-admin/includes/upgrade.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/includes/upgrade.php (revision 17487) |
|---|
| 4 | +++ wp-admin/includes/upgrade.php (working copy) |
|---|
| 5 | @@ -226,7 +226,8 @@ |
|---|
| 6 | // Default comment |
|---|
| 7 | $first_comment_author = __('Mr WordPress'); |
|---|
| 8 | $first_comment_url = 'http://wordpress.org/'; |
|---|
| 9 | - $first_comment = __('Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); |
|---|
| 10 | + $first_comment = __('Hi, this is a comment. |
|---|
| 11 | +To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); |
|---|
| 12 | if ( is_multisite() ) { |
|---|
| 13 | $first_comment_author = get_site_option( 'first_comment_author', $first_comment_author ); |
|---|
| 14 | $first_comment_url = get_site_option( 'first_comment_url', network_home_url() ); |
|---|