Changeset 6784
- Timestamp:
- 02/27/2018 02:43:47 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-secondary.php
r6782 r6784 26 26 } 27 27 28 $this->send_codes_to_user( $user ); 28 // If this is the first load, resend the codes. 29 if ( ! isset( $_REQUEST['two-factor-backup-code'] ) ) { 30 $this->send_codes_to_user( $user, true ); 31 } 29 32 30 33 require_once( ABSPATH . '/wp-admin/includes/template.php' );
Note: See TracChangeset
for help on using the changeset viewer.