We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1840119 commit bec2a94Copy full SHA for bec2a94
1 file changed
src/wp-login.php
@@ -408,7 +408,7 @@ function login_footer( $input_id = '' ) {
408
wp_dropdown_languages( apply_filters( 'login_language_dropdown_args', $args ) );
409
?>
410
411
- <?php if ( $interim_login ) { ?>
+ <?php if ( $interim_login ) { /** @phpstan-ignore if.alwaysFalse (The global can be manipulated) */ ?>
412
<input type="hidden" name="interim-login" value="1" />
413
<?php } ?>
414
0 commit comments