mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove non-translatable HTML code from the first post content in populate_network() and wp_install_defaults().
Add translator comment. Props ramiy. Fixes #34619. git-svn-id: https://develop.svn.wordpress.org/trunk@35614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -983,7 +983,8 @@ We hope you enjoy your new site. Thanks!
|
||||
'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator', 'files' ),
|
||||
'wpmu_upgrade_site' => $wp_db_version,
|
||||
'welcome_email' => $welcome_email,
|
||||
'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ),
|
||||
/* translators: %s: site link */
|
||||
'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ),
|
||||
// @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