Skip to content

Commit 1277d60

Browse files
henrikwirthRenato Alves
andauthored
PHPDoc: correct inline comments.
Co-Authored-By: Renato Alves <[email protected]>
1 parent 97e5556 commit 1277d60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Auth.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,7 @@ protected static function authenticate_user( $username, $password ) {
367367
*/
368368
$user = wp_signon( $credentials, true );
369369
} else {
370-
/**
371-
* Try to authenticate the user with the passed credentials
372-
*/
370+
// Try to authenticate the user with the passed credentials
373371
$user = wp_authenticate( sanitize_user( $username ), trim( $password ) );
374372
}
375373

0 commit comments

Comments
 (0)