Ticket #6618: 6618-group-forum-post-edit-for.patch
File 6618-group-forum-post-edit-for.patch, 796 bytes (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php
71 71 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label> 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 77 77 <?php