Skip to content

Commit

Permalink
Add unit test asserting that serializable objects will never pass is_…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
nacin committed May 28, 2015
1 parent a5c688e commit e9551d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9551d2

Please sign in to comment.