Changeset 44455 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 01/08/2019 04:29:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r44450 r44455 1253 1253 'welcome_email' => $welcome_email, 1254 1254 /* translators: %s: site link */ 1255 'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ),1255 'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start writing!' ), 1256 1256 // @todo - network admins should have a method of editing the network siteurl (used for cookie hash) 1257 1257 'siteurl' => get_option( 'siteurl' ) . '/',
Note: See TracChangeset
for help on using the changeset viewer.