From d73a6bcc642e357e0e85e9f08bde70c1f2e65dc0 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 14 Jan 2022 15:14:00 +0000 Subject: [PATCH] Upgrade/Install: Typo correction in a `Core_Upgrader` class inline comment. Follow-up to [45046]. Props kebbet. Fixes #54821. Built from https://develop.svn.wordpress.org/trunk@52576 git-svn-id: http://core.svn.wordpress.org/trunk@52166 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-core-upgrader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-core-upgrader.php b/wp-admin/includes/class-core-upgrader.php index a7a1d05f2b..4017c51887 100644 --- a/wp-admin/includes/class-core-upgrader.php +++ b/wp-admin/includes/class-core-upgrader.php @@ -126,7 +126,7 @@ class Core_Upgrader extends WP_Upgrader { // Allow for signature soft-fail. // WARNING: This may be removed in the future. if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) { - // Outout the failure error as a normal feedback, and not as an error: + // Output the failure error as a normal feedback, and not as an error: /** This filter is documented in wp-admin/includes/update-core.php */ apply_filters( 'update_feedback', $download->get_error_message() ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f2ed1eb1b1..80bc1a03c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52575'; +$wp_version = '6.0-alpha-52576'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.