Skip to:
Content

bbPress.org

Changeset 2075


Ignore:
Timestamp:
05/09/2009 02:09:44 PM (17 years ago)
Author:
sambauers
Message:

Rename bb_post.php action to bb-post.php. Props Nightgunner5, fixes #1081

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-post.php

    r2009 r2075  
    5151    $link = add_query_arg( 'replies', $topic->topic_posts, $link );
    5252
    53 do_action( 'bb_post.php', $post_id );
     53// This action used to be bb_post.php, changed to avoid conflict in bb_load_template()
     54do_action( 'bb-post.php', $post_id );
    5455if ($post_id)
    5556    wp_redirect( $link );
Note: See TracChangeset for help on using the changeset viewer.