My client needs to put html (just links really) into image descriptions, so I've changed
printImageDesc(true);
to
echo htmlspecialchars_decode(getDesc());
However it isn't recognising the getDesc() function? There's something obvious that I'm missing here, but not sure what it is!
Comments