Changeset 4808 for trunk/includes/core/actions.php
- Timestamp:
- 03/15/2013 10:05:57 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4773 r4808 148 148 149 149 // Always exclude private/hidden forums if needed 150 add_action( 'pre_get_posts', 'bbp_pre_get_posts_ exclude_forums', 4 );150 add_action( 'pre_get_posts', 'bbp_pre_get_posts_normalize_forum_visibility', 4 ); 151 151 152 152 // Profile Page Messages
Note: See TracChangeset
for help on using the changeset viewer.