Changeset 5820 for trunk/src/includes/core/filters.php
- Timestamp:
- 07/13/2015 09:12:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/filters.php
r5770 r5820 54 54 // Force comments_status on bbPress post types 55 55 add_filter( 'comments_open', 'bbp_force_comment_status' ); 56 57 // Add post_parent__in to posts_where58 add_filter( 'posts_where', 'bbp_query_post_parent__in', 10, 2 );59 56 60 57 // Remove forums roles from list of all roles
Note: See TracChangeset
for help on using the changeset viewer.