mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Networks and Sites: Replace two remaining occurrences of "blog" with "site" in user-facing strings.
Follow-up to [36386], [36416], [36417], [46213]. Props audrasjb. Fixes #53775. git-svn-id: https://develop.svn.wordpress.org/trunk@51500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e6ed1b2be9
commit
31c328d990
@ -56,7 +56,7 @@ if ( isset( $_REQUEST['action'] ) && 'add-site' === $_REQUEST['action'] ) {
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: Reserved names list. */
|
||||
__( 'The following words are reserved for use by WordPress functions and cannot be used as blog names: %s' ),
|
||||
__( 'The following words are reserved for use by WordPress functions and cannot be used as site names: %s' ),
|
||||
'<code>' . implode( '</code>, <code>', $subdirectory_reserved_names ) . '</code>'
|
||||
)
|
||||
);
|
||||
|
||||
@ -981,7 +981,7 @@ function wpmu_signup_blog_notification( $domain, $path, $title, $user_login, $us
|
||||
apply_filters(
|
||||
'wpmu_signup_blog_notification_email',
|
||||
/* translators: New site notification email. 1: Activation URL, 2: New site URL. */
|
||||
__( "To activate your blog, please click the following link:\n\n%1\$s\n\nAfter you activate, you will receive *another email* with your login.\n\nAfter you activate, you can visit your site here:\n\n%2\$s" ),
|
||||
__( "To activate your site, please click the following link:\n\n%1\$s\n\nAfter you activate, you will receive *another email* with your login.\n\nAfter you activate, you can visit your site here:\n\n%2\$s" ),
|
||||
$domain,
|
||||
$path,
|
||||
$title,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user