We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b8628 commit 3e9d6c1Copy full SHA for 3e9d6c1
src/Core_Command.php
@@ -1685,7 +1685,7 @@ private function require_upgrade_file( $context = 'WordPress operation' ) {
1685
}
1686
1687
// Register a shutdown function to catch fatal errors during require_once.
1688
- $shutdown_handler = function () use ( $upgrade_file, $context ) {
+ $shutdown_handler = function () use ( $context ) {
1689
$error = error_get_last();
1690
if (
1691
null !== $error
0 commit comments