Changeset 15670
- Timestamp:
- 09/27/2010 07:29:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r15473 r15670 244 244 245 245 // 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.'); 247 247 if ( is_multisite() ) 248 248 $first_page = get_site_option( 'first_page', $first_page );
Note: See TracChangeset
for help on using the changeset viewer.