Changeset 6793
- Timestamp:
- 02/27/2018 04:03:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
r6791 r6793 377 377 */ 378 378 public static function user_two_factor_options( $user ) { 379 if ( ! function_exists( ' is_caped' ) || ! is_caped() ) {379 if ( ! function_exists( 'wporg_user_has_restricted_password' ) || ! wporg_user_has_restricted_password( $user->ID ) ) { 380 380 return; 381 381 }
Note: See TracChangeset
for help on using the changeset viewer.