On Tue, Jul 15, 2008 at 8:29 AM, Duane Storey <[EMAIL PROTECTED]> wrote: > I've having some problems with a plugin I wrote and version 2.6. It > now appears that when saving or getting options from wordpress, that > somewhere an implicit serialize or unserialize is happening. ... > This causes problems because the rest of the code assumes it's > serialized, and the unserialize method doesn't like an array being > past it. > > Does anyone know if the code has changed in core for 2.6? It looks > like this might have to do with some cache code in the options code in > 2.6.
http://trac.wordpress.org/changeset/8100 Reverting that change restore the old behavior. Crazy. Ryan _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
