Changeset 9399 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 01/22/2015 05:47:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r9393 r9399 65 65 // Filter BuddyPress template locations 66 66 add_filter( 'bp_get_template_stack', 'bp_add_template_stack_locations' ); 67 68 // Filter BuddyPress template hierarchy and look for page templates69 add_filter( 'bp_get_buddypress_template', 'bp_theme_compat_page_templates' );70 67 71 68 // Turn comments off for BuddyPress pages
Note: See TracChangeset
for help on using the changeset viewer.