Docs: Fix typo in some DocBlocks.
See #51800. Built from https://develop.svn.wordpress.org/trunk@49785 git-svn-id: http://core.svn.wordpress.org/trunk@49508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c0806cf29c
commit
4a69dfa63a
|
@ -7712,7 +7712,7 @@
|
||||||
/**
|
/**
|
||||||
* Trash the current changes.
|
* Trash the current changes.
|
||||||
*
|
*
|
||||||
* Revert the Customizer to it's previously-published state.
|
* Revert the Customizer to its previously-published state.
|
||||||
*
|
*
|
||||||
* @since 4.9.0
|
* @since 4.9.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -302,7 +302,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset size to it's original state.
|
// Reset size to its original state.
|
||||||
if ( setSize ) {
|
if ( setSize ) {
|
||||||
if ( !history.length ) {
|
if ( !history.length ) {
|
||||||
this.hold.w = this.hold.ow;
|
this.hold.w = this.hold.ow;
|
||||||
|
|
|
@ -1008,7 +1008,7 @@ class WP_REST_Server {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Matches a request object to it's handler.
|
* Matches a request object to its handler.
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @since 5.6.0
|
* @since 5.6.0
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-49784';
|
$wp_version = '5.7-alpha-49785';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue