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:
parent
6a94d3e2e3
commit
b1127321ec
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue