From b1127321ecaab7c835e28f34932420b466c37641 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 01:18:27 +0000 Subject: [PATCH] Docs: Fix one line of the DocBlock for the `JsonSerializable` compat interface to use a tab instead of spaces. Props Frozzare. Fixes #35699. Built from https://develop.svn.wordpress.org/trunk@36490 git-svn-id: http://core.svn.wordpress.org/trunk@36457 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/compat.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.