Changeset 5163 for trunk/includes/common/shortcodes.php
- Timestamp:
- 11/23/2013 09:45:06 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/shortcodes.php
r5134 r5163 126 126 127 127 // Unset global ID's 128 $bbp->current_view_id = 0; 128 129 $bbp->current_forum_id = 0; 129 130 $bbp->current_topic_id = 0; … … 624 625 $this->unset_globals(); 625 626 627 // Set the current view ID 628 bbpress()->current_view_id = $view_id; 629 626 630 // Load the view 627 631 bbp_view_query( $view_id );
Note: See TracChangeset
for help on using the changeset viewer.