Skip to content

Commit 2cecbbe

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

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
@@ -362,9 +362,7 @@ protected static function authenticate_user( $username, $password ) {
362362
'remember' => false,
363363
];
364364

365-
/**
366-
* Try to authenticate the user with the passed credentials, log him in and set cookies
367-
*/
365+
// Try to authenticate the user with the passed credentials, log him in and set cookies
368366
$user = wp_signon( $credentials, true );
369367
} else {
370368
// Try to authenticate the user with the passed credentials

0 commit comments

Comments
 (0)