[EventCalendar] ec3_get_events() not translating ampersands into character entities

JD Puglisi jdpuglisi at hotmail.com
Wed Oct 10 18:25:37 UTC 2007


I'll give it some more thought...

-----------------
Thank you for your reply, JD;

>Find
>$calendar_days[$day_id]->get_titles()
>
>Replace it with
>wp_specialchars($calendar_days[$day_id]->get_titles())

Alas, I thought I had mentioned that I have already tried this (it was
actually the first thing I tried).  All that happens is that it
translates any ampersand that is there in the title spec to produce:

&amp

instead of the other incorrect version that is there now:

&amp

Rats. Any other ideas??

-ejm




More information about the EventCalendar mailing list