Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bunny Sinclair

    (@wpbk)

    Looks like this hasn’t been fixed yet, but for anyone else who’s running into this issue, I just added the following line of code to the twitter-search.php file:

    // Decode special characters By: JSF
    $content = htmlspecialchars_decode( $content );

    Thread Starter Bunny Sinclair

    (@wpbk)

    By the way, it would help if the above line of code could be added to the plugin source files, so that it will be present with each update. Thx.

    hmm, this didn’t work for me. Any idea if it matters what line it’s on in model/twitter-search.php?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Characters not being translated correctly: &, >, etc’ is closed to new replies.