• Resolved vtad

    (@vtad)


    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)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, thank you for reporting this. The plugin developers will investigate further your findings.

    Kind regards

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Thanks for the feedback. I have updated the file with the changes.

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.