Skip to content

Commit 196a7f1

Browse files
committed
Update class-wp-automatic-updater.php ==>>> Translate section header
1 parent 7cdabc9 commit 196a7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ protected function send_plugin_theme_email( $type, $successful_updates, $failed_
15431543
if ( WP_DEBUG && ( 'fail' === $type || 'mixed' === $type ) ) {
15441544
$fatal_error = get_transient( 'wp_updater_last_fatal_error' );
15451545
if ( $fatal_error ) {
1546-
$email['body'] .= "\n\n=== " . __( 'LAST FATAL PHP ERROR' ) . " ===\n";
1546+
$email['body'] .= "\n\n=== " . __( 'Last fatal PHP error', 'default' ) . " ===\n";
15471547
$email['body'] .= '' . $fatal_error . "\n";
15481548
$email['body'] .= "========================================\n";
15491549
delete_transient( 'wp_updater_last_fatal_error' );

0 commit comments

Comments
 (0)