Changeset 6410
- Timestamp:
- 05/18/2017 01:05:45 PM (9 years ago)
- Location:
- branches/2.5/includes
- Files:
-
- 2 edited
-
common/functions.php (modified) (1 diff)
-
core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/common/functions.php
r5693 r6410 1434 1434 * @since bbPress (r2996) 1435 1435 * 1436 * @deprecated bbPress (r5820) 1437 * 1436 1438 * @global DB $wpdb 1437 1439 * @global WP $wp -
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.