Add a comment to maybe_serialize().
Built from https://develop.svn.wordpress.org/trunk@32458 git-svn-id: http://core.svn.wordpress.org/trunk@32428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02621f2a14
commit
62d845f32b
|
@ -381,6 +381,7 @@ function maybe_serialize( $data ) {
|
|||
|
||||
// Double serialization is required for backward compatibility.
|
||||
// See https://core.trac.wordpress.org/ticket/12930
|
||||
// Also the world will end. See WP 3.6.1.
|
||||
if ( is_serialized( $data, false ) )
|
||||
return serialize( $data );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32456';
|
||||
$wp_version = '4.3-alpha-32458';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue