Skip to content

Commit 02c6fde

Browse files
authored
Update class-member-auth.php
1 parent 4ff390e commit 02c6fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/helpers/class-member-auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function authenticate($username, $password) {
117117

118118
$member = apply_filters('mpt_authenticate', null, $username, $password);
119119
if ( $member == null ) {
120-
// Only needed if all authentication handlers fail to return anything && username issues
120+
// Only needed if all authentication handlers fail to return anything
121121
$member = new WP_Error('authentication_failed', __('<strong>ERROR</strong>: Invalid username or incorrect password.', 'mpt'));
122122
}
123123

0 commit comments

Comments
 (0)