Changeset 6410 for branches/2.5/includes/core/filters.php
- Timestamp:
- 05/18/2017 01:05:45 PM (9 years ago)
- File:
-
- 1 edited
-
branches/2.5/includes/core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/core/filters.php
r6015 r6410 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.