Translation issue: “Back to” string for Version 4.3.7.1
-
For Version >= 4.7.3.1
In order that the “Back to” string gets correctly translated, change in wp-security-rename-login-feature.php, line 252
from
printf( __( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) );
to
printf( _x( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Translation issue: “Back to” string for Version 4.3.7.1’ is closed to new replies.