Make WordPress Core


Ignore:
Timestamp:
11/09/2020 10:51:52 AM (4 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/about.php

    r48809 r49539  
    271271            <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
    272272                <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>">
    273                     <?php is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' ); ?>
     273                    <?php is_multisite() ? _e( 'Go to Updates' ) : _e( 'Go to Dashboard &rarr; Updates' ); ?>
    274274                </a> |
    275275            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.