Changeset 6438 for trunk/src/includes/core/template-functions.php
- Timestamp:
- 05/27/2017 05:04:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-functions.php
r6320 r6438 353 353 $stack = array_unique( array_filter( $stack ) ); 354 354 355 // Filter & return 355 356 return (array) apply_filters( 'bbp_get_template_stack', $stack ) ; 356 357 } … … 412 413 $template = bbp_set_theme_compat_template( $template ); 413 414 415 // Filter & return 414 416 return apply_filters( "bbp_{$type}_template", $template ); 415 417 } … … 429 431 '' 430 432 ); 433 434 // Filter & return 431 435 return apply_filters( 'bbp_get_template_locations', $locations, $templates ); 432 436 } … … 453 457 } 454 458 459 // Filter & return 455 460 return apply_filters( 'bbp_add_template_stack_locations', array_unique( $retval ), $stacks ); 456 461 }
Note: See TracChangeset
for help on using the changeset viewer.