Skip to:
Content

BuddyPress.org

Ticket #6618: 6618-group-forum-post-edit-for.patch

File 6618-group-forum-post-edit-for.patch, 796 bytes (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php

     
    7171                                <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
    7272                                <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea>
    7373
    74                                 <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
     74                                <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
    7575                                <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" />
    7676
    7777                                <?php