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
This commit is contained in:
Drew Jaynes 2016-02-07 01:18:27 +00:00
parent 6a94d3e2e3
commit b1127321ec
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

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