Changeset 5134 for trunk/includes/common/functions.php
- Timestamp:
- 10/21/2013 08:30:12 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/functions.php
r5122 r5134 1714 1714 1715 1715 // Single Topic Vview 1716 } elseif ( isset( $query_vars[ 'bbp_view'] ) ) {1716 } elseif ( isset( $query_vars[ bbp_get_view_rewrite_id() ] ) ) { 1717 1717 1718 1718 // Get the view 1719 $view = $query_vars[ 'bbp_view'];1719 $view = $query_vars[ bbp_get_view_rewrite_id() ]; 1720 1720 1721 1721 // We have a view to display a feed
Note: See TracChangeset
for help on using the changeset viewer.