Changeset 35614 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 11/11/2015 08:54:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r35575 r35614 984 984 'wpmu_upgrade_site' => $wp_db_version, 985 985 'welcome_email' => $welcome_email, 986 'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ), 986 /* translators: %s: site link */ 987 'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ), 987 988 // @todo - network admins should have a method of editing the network siteurl (used for cookie hash) 988 989 'siteurl' => get_option( 'siteurl' ) . '/',
Note: See TracChangeset
for help on using the changeset viewer.