Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/23/2011 08:36:24 PM (14 years ago)
Author:
boonebgorges
Message:

Adds tag editing field to Topic Edit screen. References #2281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/edit.php

    r3912 r4147  
    5252                    <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
    5353                    <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() ?>" />
    5457
    5558                    <?php do_action( 'bp_group_after_edit_forum_topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.