Changeset 4284 for trunk/includes/core/filters.php
- Timestamp:
- 10/31/2012 05:56:16 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/filters.php
r4283 r4284 168 168 169 169 // Filter bbPress template locations 170 add_filter( 'bbp_ locate_template','bbp_add_template_locations' );170 add_filter( 'bbp_get_template_part', 'bbp_add_template_locations' ); 171 171 add_filter( 'bbp_get_profile_template', 'bbp_add_template_locations' ); 172 172 add_filter( 'bbp_get_profileedit_template', 'bbp_add_template_locations' );
Note: See TracChangeset
for help on using the changeset viewer.