[Plugin: The Events Calendar] Date/Venue bug starting in 2.0.6
-
I recently upgraded the plugin version I was using to 2.0.8 and encountered a bug with the date/venue information not saving properly. After doing some digging, I can confirm that this bug began in version 2.0.6 and is related to a function in my theme that turns on revision support for tribe_events posts:
add_action('init', 'my_custom_init');function my_custom_init() {
add_post_type_support( 'tribe_events', 'revisions' );
}It’s been really handy to be able to track post revisions with The Events Calendar. Any ideas what might be causing this bug? Thanks!
https://www.ads-software.com/extend/plugins/the-events-calendar/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: The Events Calendar] Date/Venue bug starting in 2.0.6’ is closed to new replies.