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:
Andrew Nacin 2015-05-08 16:27:27 +00:00
parent 02621f2a14
commit 62d845f32b
2 changed files with 2 additions and 1 deletions

View File

@ -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 );

View File

@ -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.