Changeset 6785
- Timestamp:
- 02/27/2018 02:54:08 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-secondary.php
r6784 r6785 43 43 echo '<p class="intro">' . __( 'Enter a backup code.', 'wporg' ) . '</p>'; 44 44 } 45 46 if ( $email_enabled || $slack_enabled ) : ?> 47 <p class="two-factor-email-resend intro"> 48 <button type="submit" class="button-link" name="two-factor-backup-resend"><span class="dashicons-before dashicons-controls-repeat"><?php esc_html_e( 'Resend Code', 'wporg' ); ?></span></button> 49 </p> 50 <?php endif; ?> 45 ?> 51 46 52 47 <p> … … 66 61 }, 200); 67 62 </script> 68 <?php 63 64 <?php if ( $email_enabled || $slack_enabled ) : ?> 65 <p class="two-factor-email-resend"> 66 <button type="submit" class="button-link" name="two-factor-backup-resend"><span class="dashicons-before dashicons-controls-repeat"><?php esc_html_e( 'Resend Code', 'wporg' ); ?></span></button> 67 </p> 68 <?php endif; 69 69 } 70 70 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
r6783 r6785 311 311 .login-action-validate_2fa #login { 312 312 margin-bottom: 24px; 313 } 314 .wp-core-ui.login .button-primary { 315 float: none; 316 } 317 #login .two-factor-email-resend { 318 margin-top: 16px; 313 319 } 314 320 .backup-methods-wrap {
Note: See TracChangeset
for help on using the changeset viewer.