Changeset 3291 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 06/01/2011 07:01:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r3287 r3291 2613 2613 * @global bbPress $bbp 2614 2614 * 2615 * @uses bbp_exclude_forum_ids()2616 2615 * @uses bbp_is_topic() 2617 2616 * @uses bbp_user_can_view_forum() … … 2644 2643 return; 2645 2644 2646 // Remove any topics from hidden forums2647 $topics_query = bbp_exclude_forum_ids( $topics_query );2648 2649 2645 // Display the feed 2650 2646 header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
Note: See TracChangeset
for help on using the changeset viewer.