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 1277d60 commit 2cecbbeCopy full SHA for 2cecbbe
src/Auth.php
@@ -362,9 +362,7 @@ protected static function authenticate_user( $username, $password ) {
362
'remember' => false,
363
];
364
365
- /**
366
- * Try to authenticate the user with the passed credentials, log him in and set cookies
367
- */
+ // Try to authenticate the user with the passed credentials, log him in and set cookies
368
$user = wp_signon( $credentials, true );
369
} else {
370
// Try to authenticate the user with the passed credentials
0 commit comments