Changeset 10104
- Timestamp:
- 09/12/2015 06:09:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
r9819 r10104 72 72 <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea> 73 73 74 <label ><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>74 <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label> 75 75 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" /> 76 76
Note: See TracChangeset
for help on using the changeset viewer.