Add unit test asserting that serializable objects will never pass is_serialized(). see #17375.

Built from https://develop.svn.wordpress.org/trunk@32631


git-svn-id: http://core.svn.wordpress.org/trunk@32601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2015-05-28 05:23:27 +00:00
parent a5c688e817
commit e9551d2d43

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32630';
$wp_version = '4.3-alpha-32631';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.