Skip to:
Content

bbPress.org

Changeset 2924


Ignore:
Timestamp:
02/20/2011 08:59:04 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Switch $topic_id to $forum_id in bbp_update_reply_forum_id()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-reply-functions.php

    r2923 r2924  
    2929        foreach ( $ancestors as $ancestor ) {
    3030            if ( get_post_field( 'post_parent', $ancestor ) == bbp_get_forum_post_type() ) {
    31                 $topic_id = $ancestor;
     31                $forum_id = $ancestor;
    3232                continue;
    3333            }
Note: See TracChangeset for help on using the changeset viewer.