Changeset 6781 for trunk/bp-core/bp-core-template-loader.php
- Timestamp:
- 02/11/2013 12:04:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.