mirror of
git://develop.git.wordpress.org/
synced 2025-04-08 22:22:03 +02:00
Upgrade/Install: Typo correction in a Core_Upgrader
class inline comment.
Follow-up to [45046]. Props kebbet. Fixes #54821. git-svn-id: https://develop.svn.wordpress.org/trunk@52576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
10817e6a20
commit
bde79ae542
@ -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() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user