Changeset 2075
- Timestamp:
- 05/09/2009 02:09:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-post.php
r2009 r2075 51 51 $link = add_query_arg( 'replies', $topic->topic_posts, $link ); 52 52 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() 54 do_action( 'bb-post.php', $post_id ); 54 55 if ($post_id) 55 56 wp_redirect( $link );
Note: See TracChangeset
for help on using the changeset viewer.