Forums
(@bugtracker)
10 years, 11 months ago
have not yet seen an update inwordpress panel
Hi Kevin,
I use categorytinymce plugin and use simple-session-support plugin. And after lastupdate have a little problem.
Can you, plz, remove BOM from categorytinymce.php
10 years, 12 months ago
Hi
All problem with html_entity_decode, Kevin can you add ENT_QUOTES parameter on it.
change in line 61 categorytinymce.php
html_entity_decode($tag->description) to html_entity_decode($tag->description , ENT_QUOTES, 'UTF-8')
html_entity_decode($tag->description)
html_entity_decode($tag->description , ENT_QUOTES, 'UTF-8')