System Information:
WordPress-MU 2.8.1
MySQL 5.1.34
PHP 5.3.0
IIS 6.0
Error:
PHP Warning: stripslashes() expects parameter 1 to be string, array given in D:\Development\wordpress-mu\wp-includes\functions.php on line 3161
Line 3158 - 3163
3158 if ( is_null($value) )3159 $value = $default;
31603161 $value = maybe_unserialize( stripslashes($value) );
3162`3163 wp_cache_set( $cache_key, $value, 'site-options' );
Info:
I can reproduce this page every time I go to the options page. This is a base install w/ no plugins or themes (or configuration) really added at this time.
Any ideas?