Make WordPress Core

Changeset 51500


Ignore:
Timestamp:
07/28/2021 10:00:51 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-new.php

    r51475 r51500  
    5757                sprintf(
    5858                    /* translators: %s: Reserved names list. */
    59                     __( 'The following words are reserved for use by WordPress functions and cannot be used as blog names: %s' ),
     59                    __( 'The following words are reserved for use by WordPress functions and cannot be used as site names: %s' ),
    6060                    '<code>' . implode( '</code>, <code>', $subdirectory_reserved_names ) . '</code>'
    6161                )
  • trunk/src/wp-includes/ms-functions.php

    r49936 r51500  
    982982            'wpmu_signup_blog_notification_email',
    983983            /* 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" ),
    985985            $domain,
    986986            $path,
Note: See TracChangeset for help on using the changeset viewer.