Skip to content

Commit 60a1d2c

Browse files
committed
update code according to review
1 parent 51efe1c commit 60a1d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/User_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,12 +1198,12 @@ private function update_msuser_status( $user_ids, $pref, $value ) {
11981198
}
11991199

12001200
/**
1201-
* Checks if given user credentials are valid or not.
1201+
* Checks if a user's password is valid or not.
12021202
*
12031203
* ## OPTIONS
12041204
*
12051205
* <user>
1206-
* : The user login or user email of the user to check credentials.
1206+
* : The user login, user email or user ID of the user to check credentials for.
12071207
*
12081208
* <user_pass>
12091209
* : A string that contains the plain text password for the user.

0 commit comments

Comments
 (0)