Ticket #12560: ms-blogs.php.patch
| File ms-blogs.php.patch, 449 bytes (added by , 15 years ago) |
|---|
-
ms-blogs.php
old new 334 334 if ( 'siteurl' == $setting || 'home' == $setting || 'category_base' == $setting ) 335 335 $value = untrailingslashit( $value ); 336 336 337 if ( ! @unserialize( $value ) )337 if (is_scalar( $value ) ) 338 338 $value = stripslashes( $value ); 339 339 340 340 return apply_filters( 'blog_option_' . $setting, maybe_unserialize( $value ), $blog_id );