Fix a comma splice. Props Amanda French.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a97ad3f654
commit
d77fd54815
|
@ -243,7 +243,7 @@ function wp_install_defaults($user_id) {
|
|||
));
|
||||
|
||||
// First Page
|
||||
$first_page = __('This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.');
|
||||
$first_page = __('This is an example of a WordPress page. You could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.');
|
||||
if ( is_multisite() )
|
||||
$first_page = get_site_option( 'first_page', $first_page );
|
||||
$first_post_guid = get_option('home') . '/?page_id=2';
|
||||
|
|
Loading…
Reference in New Issue