diff --git a/wp-includes/compat.php b/wp-includes/compat.php index 14b5fd2155..cfb0f70aa8 100644 --- a/wp-includes/compat.php +++ b/wp-includes/compat.php @@ -421,7 +421,7 @@ if ( ! interface_exists( 'JsonSerializable' ) ) { * * Compatibility shim for PHP <5.4 * - * @link http://php.net/jsonserializable + * @link http://php.net/jsonserializable * * @since 4.4.0 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8b821ee873..40f4efdb32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36489'; +$wp_version = '4.5-alpha-36490'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.