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:
Sergey Biryukov 2020-12-10 18:12:03 +00:00
parent c0806cf29c
commit 4a69dfa63a
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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