Changeset 13387
- Timestamp:
- 03/26/2024 11:04:11 PM (9 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
r12896 r13387 133 133 </li> 134 134 135 <?php $is_caped = function_exists( 'is_caped' ) && is_caped( get_current_user_id() ); ?> 136 <?php if ( $is_caped || bbp_is_user_home() ) : ?> 135 137 <li> 136 138 <span class="wporg-profile-edit-link"> … … 141 143 </span> 142 144 </li> 145 <?php endif; ?> 143 146 144 147 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.