Changeset 5737 for trunk/bp-themes/bp-default/groups/single/forum/edit.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r5349 r5737 51 51 <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea> 52 52 53 <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>54 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list() ?>" />53 <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label> 54 <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" /> 55 55 56 56 <?php do_action( 'bp_group_after_edit_forum_topic' ); ?> … … 70 70 <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea> 71 71 72 <?php do_action( 'bp_group_after_edit_forum_post' ) ?>72 <?php do_action( 'bp_group_after_edit_forum_post' ); ?> 73 73 74 74 <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ); ?>" /></p>
Note: See TracChangeset
for help on using the changeset viewer.