Changeset 4147 for trunk/bp-themes/bp-default/groups/single/forum/edit.php
- Timestamp:
- 03/23/2011 08:36:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r3912 r4147 52 52 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label> 53 53 <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea> 54 55 <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label> 56 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list() ?>" /> 54 57 55 58 <?php do_action( 'bp_group_after_edit_forum_topic' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.