mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
General: Replace "Happy blogging" with "Happy publishing".
As of this commit, WordPress is no longer a simple blogging platform. It's now a comprehensive publishing solution. This also replaces a couple of other "blog" references that were missed previously. Props igmoweb, Valer1e, audrasjb, pento. Fixes #41000. git-svn-id: https://develop.svn.wordpress.org/trunk@44455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1252,7 +1252,7 @@ We hope you enjoy your new site. Thanks!
|
||||
'wpmu_upgrade_site' => $wp_db_version,
|
||||
'welcome_email' => $welcome_email,
|
||||
/* translators: %s: site link */
|
||||
'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ),
|
||||
'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start writing!' ),
|
||||
// @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
|
||||
'siteurl' => get_option( 'siteurl' ) . '/',
|
||||
'add_new_users' => '0',
|
||||
|
||||
Reference in New Issue
Block a user