mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
Insert a proper line break (instead of an HTML line break) into the "first comment". props nacin. fixes #16712
git-svn-id: http://core.svn.wordpress.org/trunk@21234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f40ddd4ecc
commit
ecea277a8a
@ -224,7 +224,8 @@ function wp_install_defaults($user_id) {
|
||||
// Default comment
|
||||
$first_comment_author = __('Mr WordPress');
|
||||
$first_comment_url = 'http://wordpress.org/';
|
||||
$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.');
|
||||
$first_comment = __('Hi, this is a comment.
|
||||
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.');
|
||||
if ( is_multisite() ) {
|
||||
$first_comment_author = get_site_option( 'first_comment_author', $first_comment_author );
|
||||
$first_comment_url = get_site_option( 'first_comment_url', network_home_url() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user