Changeset 4961 for trunk/bp-themes/bp-default/groups/single/forum/edit.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/edit.php
r4803 r4961 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 54 55 55 <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label> 56 56 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list() ?>" />
Note: See TracChangeset
for help on using the changeset viewer.