Skip to content

Commit 2f33c4a

Browse files
authored
Update class-wp-automatic-updater.php extra space
1 parent f406f17 commit 2f33c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-automatic-updater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ protected function send_plugin_theme_email( $type, $successful_updates, $failed_
15401540
*/
15411541
$email = apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates );
15421542

1543-
if ( WP_DEBUG && ( 'fail' === $type || 'mixed' === $type ) ) {
1543+
if ( WP_DEBUG && ( 'fail' === $type || 'mixed' === $type ) ) {
15441544
$fatal_error = get_transient( 'wp_updater_last_fatal_error' );
15451545
if ( $fatal_error ) {
15461546
$email['body'] .= "\n\n=== " . __( 'LAST FATAL PHP ERROR' ) . " ===\n";

0 commit comments

Comments
 (0)