|
Sorry, that just gets rid of the entire description. If I change
$getphoto[description] = convert_returns(convert_markups($getphoto[description]));
to:
$getphoto[description] = convert_markups(convert_markups($getphoto[description]));
...it does what I want, but I get all of the HTML code returned.
Back to square one...
|