We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf9443 commit 7b4fbe7Copy full SHA for 7b4fbe7
1 file changed
src/wp-includes/functions.php
@@ -5521,7 +5521,7 @@ function dead_db() {
5521
}
5522
5523
// Otherwise, be terse.
5524
- wp_die( '<h1>' . __( 'Error establishing a database connection' ) . '</h1>', __( 'Database Error' ) ); // @phpstan-ignore return.never (wp_die() always exits by default.)
+ wp_die( '<h1>' . __( 'Error establishing a database connection' ) . '</h1>', __( 'Database Error' ) );
5525
5526
5527
/**
0 commit comments