Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
function plogger_get_picture_description() {
return htmlspecialchars(SmartStripSlashes($GLOBALS["current_picture"]["description"]));
}change to:function plogger_get_picture_description() {
return SmartStripSlashes($GLOBALS["current_picture"]["description"]);
}
1 to 3 of 3