Changeset 6759 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-email.php
- Timestamp:
- 02/26/2018 07:06:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-email.php
r6735 r6759 16 16 } 17 17 return $instance; 18 } 19 20 public function validate_authentication( $user, $code = '' ) { 21 if ( ! isset( $user->ID ) || ! $code ) { 22 return false; 23 } 24 25 return $this->validate_token( $user->ID, $code ); 18 26 } 19 27
Note: See TracChangeset
for help on using the changeset viewer.