Ticket #16712: 16712.diff

File 16712.diff, 893 bytes (added by nacin, 2 years ago)
Line 
1Index: 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&#039;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&#039;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() );