Skip to:
Content

BuddyPress.org


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

Theme Compatibility:

  • Fix some copy-pasta.
  • See #4656.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-template-loader.php

    r6780 r6781  
    293293            $retval[] = untrailingslashit( trailingslashit( $stack ) . $custom_location );
    294294
    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 );
    296296}
    297297
Note: See TracChangeset for help on using the changeset viewer.