Changeset 6785 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-secondary.php
- Timestamp:
- 02/27/2018 02:54:08 AM (8 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
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
Note: See TracChangeset
for help on using the changeset viewer.