Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.