Make WordPress Core


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

    r49331 r49539  
    280280    if ( $groups_count > 1 ) {
    281281        $group_html .= '<div class="return-to-top">';
    282         $group_html .= '<a href="#top"><span aria-hidden="true">&uarr; </span> ' . esc_html__( 'Return to top' ) . '</a>';
     282        $group_html .= '<a href="#top"><span aria-hidden="true">&uarr; </span> ' . esc_html__( 'Go to top' ) . '</a>';
    283283        $group_html .= '</div>';
    284284    }
Note: See TracChangeset for help on using the changeset viewer.