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-admin/includes/class-plugin-upgrader-skin.php

    r49119 r49539  
    9999                '<a href="%s" target="_parent">%s</a>',
    100100                self_admin_url( 'plugins.php' ),
    101                 __( 'Return to Plugins page' )
     101                __( 'Go to Plugins page' )
    102102            ),
    103103        );
Note: See TracChangeset for help on using the changeset viewer.