Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/11/2013 12:05:31 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Use the correct variable name in bbp_add_template_stack_locations(). See r4762.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/template-functions.php

    r4762 r4763  
    259259            $retval[] = untrailingslashit( trailingslashit( $stack ) . $custom_location );
    260260
    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 );
    262262}
    263263
Note: See TracChangeset for help on using the changeset viewer.