mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@49539 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ function login_footer( $input_id = '' ) {
|
||||
<?php
|
||||
|
||||
/* translators: %s: Site title. */
|
||||
printf( _x( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) );
|
||||
printf( _x( '← Go to %s', 'site' ), get_bloginfo( 'title', 'display' ) );
|
||||
|
||||
?>
|
||||
</a></p>
|
||||
|
||||
Reference in New Issue
Block a user