From 4a69dfa63a438dfca23a8eb8971bd8d22463d9ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 10 Dec 2020 18:12:03 +0000 Subject: [PATCH] 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 --- wp-admin/js/customize-controls.js | 2 +- wp-admin/js/image-edit.js | 2 +- wp-includes/rest-api/class-wp-rest-server.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/js/customize-controls.js b/wp-admin/js/customize-controls.js index 0c359c79c6..32a8a87cfa 100644 --- a/wp-admin/js/customize-controls.js +++ b/wp-admin/js/customize-controls.js @@ -7712,7 +7712,7 @@ /** * 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 * diff --git a/wp-admin/js/image-edit.js b/wp-admin/js/image-edit.js index 340966df6d..adcc2a3803 100644 --- a/wp-admin/js/image-edit.js +++ b/wp-admin/js/image-edit.js @@ -302,7 +302,7 @@ } } - // Reset size to it's original state. + // Reset size to its original state. if ( setSize ) { if ( !history.length ) { this.hold.w = this.hold.ow; diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php index e0e8a3528e..86dd23a3c0 100644 --- a/wp-includes/rest-api/class-wp-rest-server.php +++ b/wp-includes/rest-api/class-wp-rest-server.php @@ -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 * @since 5.6.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 4620b633c6..5bedf905c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.