Changes between Initial Version and Version 1 of Ticket #2471, comment 8
- Timestamp:
- 03/05/2014 08:07:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2471, comment 8
initial v1 2 2 {{{ 3 3 #!CommitTicketReference repository="" revision="5312" 4 Use 'array_diff()` rather than `array_intersect()` in `bbp_pre_get_posts_normalize_forum_visibility()` to allow custom `post_type` queries (that still include forums/topics/replies) to pass through without hidden/private forum `meta_data` assistance. Fixes #2471.4 Use `array_diff()` rather than `array_intersect()` in `bbp_pre_get_posts_normalize_forum_visibility()` to allow custom `post_type` queries (that still include forums/topics/replies) to pass through without hidden/private forum `meta_data` assistance. Fixes #2471. 5 5 }}}