Hi, first off fantastic plugin! It is such a blessing for our community.
Just a small thing I've run into:
When I enter a venue that has an apostrophe in it (e.g. Bob's Restaurant) everything after the apostrophe gets lost after updating the post.
Thanks again for all your hard work and I can't wait for the next update (maybe Reoccurring events... :)
Cheers
http://wordpress.org/extend/plugins/the-events-calendar/
Shane Pearlman
Member
Posted 2 years ago #
Woops. Looks like we need to escape that. Good catch.
I'll see if we can sneak it into 1.6. Otherwise we'll fix it in 1.6.1. For now I wonder if putting the asci code in would work?
-S
For updates, release information and tips about our open source plugins, follow us on twitter @justlikeair.
kelseydamas
Member
Posted 2 years ago #
Hi, I just wanted to confirm that this will be fixed in the upcoming 1.6 release.
If you would rather not wait, you can simply wrap those calls in esc_html() to make sure those quotes are properly escaped. Thanks for reporting that!