Changeset 5017 for trunk/includes/common/widgets.php
- Timestamp:
- 07/10/2013 07:17:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/widgets.php
r4995 r5017 557 557 558 558 // Note: private and hidden forums will be excluded via the 559 // bbp_pre_get_posts_ exclude_forums filterand function.559 // bbp_pre_get_posts_normalize_forum_visibility action and function. 560 560 $widget_query = new WP_Query( array( 561 561 'post_type' => bbp_get_forum_post_type(), … … 781 781 782 782 // Note: private and hidden forums will be excluded via the 783 // bbp_pre_get_posts_ exclude_forums filterand function.783 // bbp_pre_get_posts_normalize_forum_visibility action and function. 784 784 $widget_query = new WP_Query( $topics_query ); 785 785 … … 1122 1122 1123 1123 // Note: private and hidden forums will be excluded via the 1124 // bbp_pre_get_posts_ exclude_forums filterand function.1124 // bbp_pre_get_posts_normalize_forum_visibility action and function. 1125 1125 $widget_query = new WP_Query( array( 1126 1126 'post_type' => bbp_get_reply_post_type(),
Note: See TracChangeset
for help on using the changeset viewer.