Changeset 51500
- Timestamp:
- 07/28/2021 10:00:51 AM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r51475 r51500 57 57 sprintf( 58 58 /* translators: %s: Reserved names list. */ 59 __( 'The following words are reserved for use by WordPress functions and cannot be used as blognames: %s' ),59 __( 'The following words are reserved for use by WordPress functions and cannot be used as site names: %s' ), 60 60 '<code>' . implode( '</code>, <code>', $subdirectory_reserved_names ) . '</code>' 61 61 ) -
trunk/src/wp-includes/ms-functions.php
r49936 r51500 982 982 'wpmu_signup_blog_notification_email', 983 983 /* translators: New site notification email. 1: Activation URL, 2: New site URL. */ 984 __( "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" ),984 __( "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" ), 985 985 $domain, 986 986 $path,
Note: See TracChangeset
for help on using the changeset viewer.