• ResolvedModerator tobifjellner (Tor-Bjorn Fjellner)

    (@tobifjellner)


    While validating a translation of this plugin, I noticed incorrect usage of placeables in one string:
    Location:
    includes/frontend/tracking/class-tracking-disabled.php:90

    Code:
    $output .= '<!-- ' . sprintf( esc_html__( '@Webmaster, normally you will find the Google Analytics tracking code here, but you are in the disabled user groups. To change this, navigate to Insights %1$s Settings %1$s Ignore Users', 'google-analytics-for-wordpress' ), '->' ) . ' -->' . PHP_EOL;

    Problem: %1$s used twice. Second placeable should use %2$s

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Incorrect placeables in translateable string’ is closed to new replies.