Changeset 4961 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r4812 r4961 24 24 <div id="topic-meta"> 25 25 <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3> 26 26 27 27 <?php if ( bp_forum_topic_has_tags() ) : ?> 28 28 29 29 <div class="topic-tags"> 30 30 31 31 <?php _e( 'Topic tags:', 'buddypress' ) ?> <?php bp_forum_topic_tag_list() ?> 32 32 33 33 </div> 34 34 35 35 <?php endif; ?> 36 36
Note: See TracChangeset
for help on using the changeset viewer.