- Timestamp:
- 06/16/2017 09:37:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-subscriptions.php
r6258 r6575 15 15 <?php if ( bbp_is_subscriptions_active() ) : ?> 16 16 17 <?php if ( bbp_is_user_home() || current_user_can( 'edit_user s') ) : ?>17 <?php if ( bbp_is_user_home() || current_user_can( 'edit_user', bbp_get_displayed_user_id() ) ) : ?> 18 18 19 19 <div id="bbp-user-subscriptions" class="bbp-user-subscriptions">
Note: See TracChangeset
for help on using the changeset viewer.