Changeset 5329 for trunk/bp-themes/bp-default/forums/single/topic.php
- Timestamp:
- 11/14/2011 05:19:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/single/topic.php
r5184 r5329 54 54 <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3> 55 55 56 <?php if ( is_super_admin() || current_user_can( 'moderate' ) ) : ?>56 <?php if ( bp_current_user_can( 'bp_moderate' ) || current_user_can( 'moderate' ) ) : ?> 57 57 58 58 <div class="last admin-links"> … … 109 109 <div class="admin-links"> 110 110 111 <?php if ( is_super_admin() || current_user_can( 'moderate' ) ) : ?>111 <?php if ( bp_current_user_can( 'bp_moderate' ) || current_user_can( 'moderate' ) ) : ?> 112 112 113 113 <?php bp_the_topic_post_admin_links() ?>
Note: See TracChangeset
for help on using the changeset viewer.