- Timestamp:
- 09/30/2009 05:49:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/groups/single/forum/topic.php
r2008 r2012 45 45 <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3> 46 46 47 <?php if ( bp_group_is_admin() || bp_group_is_mod() ) : ?>47 <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?> 48 48 <div class="admin-links"><?php bp_the_topic_admin_links() ?></div> 49 49 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.