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
This commit is contained in:
parent
ed1421fa32
commit
d73a6bcc64
|
@ -126,7 +126,7 @@ class Core_Upgrader extends WP_Upgrader {
|
||||||
// Allow for signature soft-fail.
|
// Allow for signature soft-fail.
|
||||||
// WARNING: This may be removed in the future.
|
// WARNING: This may be removed in the future.
|
||||||
if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) {
|
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 */
|
/** This filter is documented in wp-admin/includes/update-core.php */
|
||||||
apply_filters( 'update_feedback', $download->get_error_message() );
|
apply_filters( 'update_feedback', $download->get_error_message() );
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue