Make WordPress Core


Ignore:
Timestamp:
11/09/2020 10:51:52 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Unify various "Back to..." vs. "Return to..." vs. "Go to..." strings.

Standardize on "Go to..." as a more appropriate option for most cases.

Props garrett-eclipse, kharisblank, audrasjb, ramiy, valentinbora.
Fixes #47235.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r49206 r49539  
    22762276            sprintf(
    22772277                /* translators: %s: Home URL. */
    2278                 __( 'An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.' ),
     2278                __( 'An error occurred adding you to this site. Go to the <a href="%s">homepage</a>.' ),
    22792279                home_url()
    22802280            )
Note: See TracChangeset for help on using the changeset viewer.