Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Planet Interactive

    (@planet-interactive)

    Looks fine here. Maybe I’m missing something but both these strings have textdomain wrappers?

    Thread Starter BenM

    (@alysko)

    Line 190 : _e( 'Make widget title link' ); should be _e( 'Make widget title link', 'simple-twitter-tweets' );

    Line 571 : printf(__('%1$s%2$s'), $timeDisplay, $displayAgo); should be printf(__( '%1$s%2$s', 'simple-twitter-tweets' ), $timeDisplay, $displayAgo);

    Thanks.

    Plugin Author Planet Interactive

    (@planet-interactive)

    Nice catch, thanks. Coming in update, cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘textdomain missing on 2 strings’ is closed to new replies.