Changeset 2924
- Timestamp:
- 02/20/2011 08:59:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r2923 r2924 29 29 foreach ( $ancestors as $ancestor ) { 30 30 if ( get_post_field( 'post_parent', $ancestor ) == bbp_get_forum_post_type() ) { 31 $ topic_id = $ancestor;31 $forum_id = $ancestor; 32 32 continue; 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.