Changeset 4283
- Timestamp:
- 10/31/2012 12:20:57 AM (14 years ago)
- Location:
- trunk/includes/core
- Files:
-
- 2 edited
-
filters.php (modified) (1 diff)
-
template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/filters.php
r4273 r4283 169 169 // Filter bbPress template locations 170 170 add_filter( 'bbp_locate_template', 'bbp_add_template_locations' ); 171 add_filter( 'bbp_get_template_part', 'bbp_add_template_locations' );172 171 add_filter( 'bbp_get_profile_template', 'bbp_add_template_locations' ); 173 172 add_filter( 'bbp_get_profileedit_template', 'bbp_add_template_locations' ); -
trunk/includes/core/template-functions.php
r4264 r4283 68 68 69 69 // Allow templates to be filtered 70 // bbPress core automatically adds bbp_add_template_locations()70 // Note: if you do this, be excellent to each other 71 71 $template_names = apply_filters( 'bbp_locate_template', $template_names ); 72 72
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)