Ticket #48964: 48964.patch
File 48964.patch, 559 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class-wp-fatal-error-handler.php
30 30 return; 31 31 } 32 32 33 // Do not trigger the fatal error handler while upgrades are being installed. 34 if ( wp_in_maintenance_mode() ) { 35 return; 36 } 37 33 38 try { 34 39 // Bail if no error found. 35 40 $error = $this->detect_error();