Make WordPress Core


Ignore:
Timestamp:
07/09/2012 03:19:02 AM (13 years ago)
Author:
markjaquith
Message:

Insert a proper line break (instead of an HTML line break) into the "first comment". props nacin. fixes #16712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r20704 r21234  
    225225    $first_comment_author = __('Mr WordPress');
    226226    $first_comment_url = 'http://wordpress.org/';
    227     $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.');
     227    $first_comment = __('Hi, this is a comment.
     228To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.');
    228229    if ( is_multisite() ) {
    229230        $first_comment_author = get_site_option( 'first_comment_author', $first_comment_author );
Note: See TracChangeset for help on using the changeset viewer.