Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 04:16:51 PM (17 years ago)
Author:
apeatling
Message:

Updating template based hooks.

File:
1 edited

Legend:

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

    r2197 r2284  
    1818                                <div id="edit-topic">
    1919
    20                                         <?php do_action( 'groups_forum_edit_topic_before' ) ?>
     20                                        <?php do_action( 'bp_group_before_edit_forum_topic' ) ?>
    2121
    2222                                        <p><strong><?php _e( 'Edit Topic:', 'buddypress' ) ?></strong></p>
     
    2828                                        <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text() ?></textarea>
    2929
    30                                         <?php do_action( 'groups_forum_edit_topic_after' ) ?>
     30                                        <?php do_action( 'bp_group_after_edit_forum_topic' ) ?>
    3131
    3232                                        <p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" /></p>
     
    4040                                <div id="edit-post">
    4141
    42                                         <?php do_action( 'groups_forum_edit_post_before' ) ?>
     42                                        <?php do_action( 'bp_group_before_edit_forum_post' ) ?>
    4343
    4444                                        <p><strong><?php _e( 'Edit Post:', 'buddypress' ) ?></strong></p>
     
    4646                                        <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text() ?></textarea>
    4747
    48                                         <?php do_action( 'groups_forum_edit_post_after' ) ?>
     48                                        <?php do_action( 'bp_group_after_edit_forum_post' ) ?>
    4949
    5050                                        <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.