Changeset 12896 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
- Timestamp:
- 09/18/2023 11:06:05 PM (15 months ago)
- 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 116 116 <?php endif; ?> 117 117 118 <?php // todo remove the condition when launch for all users ?>119 <?php if ( \WordPressdotorg\Two_Factor\is_2fa_beta_tester() ) : ?>120 118 <li class="<?php if ( wporg_bbp_is_single_user_edit_account() ) : ?>current<?php endif; ?>"> 121 119 <span class="bbp-user-edit-account-link"> … … 125 123 </span> 126 124 </li> 127 <?php endif; ?>128 125 129 126 <li class="<?php if ( bbp_is_single_user_edit() ) :?>current<?php endif; ?>">
Note: See TracChangeset
for help on using the changeset viewer.