Changeset 6781
- Timestamp:
- 02/11/2013 12:04:10 AM (12 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-filters.php
r6780 r6781 63 63 64 64 // Filter BuddyPress template locations 65 add_filter( 'bp_get_template_stack', 'bp_add_template_ locations');65 add_filter( 'bp_get_template_stack', 'bp_add_template_stack_locations' ); 66 66 67 67 // Turn comments off for BuddyPress pages -
trunk/bp-core/bp-core-template-loader.php
r6780 r6781 293 293 $retval[] = untrailingslashit( trailingslashit( $stack ) . $custom_location ); 294 294 295 return apply_filters( 'bp_add_template_stack_locations', array_unique( $ locations), $stacks );295 return apply_filters( 'bp_add_template_stack_locations', array_unique( $retval ), $stacks ); 296 296 } 297 297
Note: See TracChangeset
for help on using the changeset viewer.