lupinek
Member
Posted 2 years ago #
After upgrade to WordPress 3.0beta-1 I encountered some problems in plugin with unserialization of what get_option returned – data was already unserialized (?!).
In 2.9 everything works fine. I read the changelog and I guess that no changes have been done to get_option function, am I right? Anyone has the same issue or is it the plugin problem (WP Carousel with my modifications)?
See: http://core.trac.wordpress.org/ticket/12930
If you can pass on more info, that might help :)
lupinek
Member
Posted 2 years ago #
Thank's a lot, that explains everything. I modified the plugin removing unnecessary serialize() and unserialize() and it works fine in both WordPress 2.9 and 3.0beta-1. :)
Don't forget to tell the developer (if it's not you, if it is you, remember to thank yourself ;) )
lupinek
Member
Posted 2 years ago #