Changeset 4763 for trunk/includes/core/template-functions.php
- Timestamp:
- 02/11/2013 12:05:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/template-functions.php
r4762 r4763 259 259 $retval[] = untrailingslashit( trailingslashit( $stack ) . $custom_location ); 260 260 261 return apply_filters( 'bbp_add_template_stack_locations', array_unique( $ locations), $stacks );261 return apply_filters( 'bbp_add_template_stack_locations', array_unique( $retval ), $stacks ); 262 262 } 263 263
Note: See TracChangeset
for help on using the changeset viewer.