Changeset 2284 for trunk/bp-themes/bp-default/groups/single/forum/edit.php
- Timestamp:
- 01/09/2010 04:16:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r2197 r2284 18 18 <div id="edit-topic"> 19 19 20 <?php do_action( ' groups_forum_edit_topic_before' ) ?>20 <?php do_action( 'bp_group_before_edit_forum_topic' ) ?> 21 21 22 22 <p><strong><?php _e( 'Edit Topic:', 'buddypress' ) ?></strong></p> … … 28 28 <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text() ?></textarea> 29 29 30 <?php do_action( ' groups_forum_edit_topic_after' ) ?>30 <?php do_action( 'bp_group_after_edit_forum_topic' ) ?> 31 31 32 32 <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" /></p> … … 40 40 <div id="edit-post"> 41 41 42 <?php do_action( ' groups_forum_edit_post_before' ) ?>42 <?php do_action( 'bp_group_before_edit_forum_post' ) ?> 43 43 44 44 <p><strong><?php _e( 'Edit Post:', 'buddypress' ) ?></strong></p> … … 46 46 <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text() ?></textarea> 47 47 48 <?php do_action( ' groups_forum_edit_post_after' ) ?>48 <?php do_action( 'bp_group_after_edit_forum_post' ) ?> 49 49 50 50 <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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)