[Plugin: WP-CodeBox] HTML entities are not decoded
-
Inserting this on line 125 of main.php does fix it:
$content = html_entity_decode($content);
- The topic ‘[Plugin: WP-CodeBox] HTML entities are not decoded’ is closed to new replies.
Home / Plugin: WP-CodeBox / [Plugin: WP-CodeBox] HTML entities are not decoded
Inserting this on line 125 of main.php does fix it:
$content = html_entity_decode($content);