Make WordPress Core

Changeset 15670


Ignore:
Timestamp:
09/27/2010 07:29:18 AM (13 years ago)
Author:
nacin
Message:

Fix a comma splice. Props Amanda French.

File:
1 edited

Legend:

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

    r15473 r15670  
    244244
    245245    // First Page
    246     $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.');
     246    $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.');
    247247    if ( is_multisite() )
    248248        $first_page = get_site_option( 'first_page', $first_page );
Note: See TracChangeset for help on using the changeset viewer.