Making WordPress.org


Ignore:
Timestamp:
09/18/2023 11:06:05 PM (15 months ago)
Author:
iandunn
Message:

Support: Enable new Account page for email, password, 2FA

Closes https://github.com/WordPress/wordpress.org/pull/114

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php

    r12892 r12896  
    116116                <?php endif; ?>
    117117
    118                 <?php // todo remove the condition when launch for all users ?>
    119                 <?php if ( \WordPressdotorg\Two_Factor\is_2fa_beta_tester() ) : ?>
    120118                <li class="<?php if ( wporg_bbp_is_single_user_edit_account() ) : ?>current<?php endif; ?>">
    121119                    <span class="bbp-user-edit-account-link">
     
    125123                    </span>
    126124                </li>
    127                 <?php endif; ?>
    128125
    129126                <li class="<?php if ( bbp_is_single_user_edit() ) :?>current<?php endif; ?>">
Note: See TracChangeset for help on using the changeset viewer.