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.