I played with this issue today. I have now Brazilian Portuguese version of my site:
http://ajotte.com/?s=isolated&post_type=image
The only change I made was in inc/classes/network-manager/communicator.php
Line 258 was:
$symbiostock_xml->createElement( “page”,htmlentities($page) ) );
now is:
$symbiostock_xml->createElement( “page”,htmlspecialchars($page) ) );
No side effects so far.
Maybe you can try test it in your site. Especially with images having “weird” characters in titles 🙂
@ajt wrote:
I played with this issue today. I have now Brazilian Portuguese version of my site:
http://ajotte.com/?s=isolated&post_type=image
The only change I made was in inc/classes/network-manager/communicator.php
Line 258 was:
$symbiostock_xml->createElement( “page”,htmlentities($page) ) );
now is:
$symbiostock_xml->createElement( “page”,htmlspecialchars($page) ) );
No side effects so far.
Maybe you can try test it in your site. Especially with images having “weird” characters in titles 🙂
– You’re the man! Thanks a lot! SOLVED! now it shows the images in pt_BR.
http://www.arquivoscriativos.com.br/image/
As you said so far no interference in other things I thing. Not sure if using entities may give some error. Anyway, better this way.
Leo needs to edit this line code and change it for the next version.
Have a great Sunday.
Great 🙂
I am taking my site back to English version 🙂
You must be logged in to reply to this topic.