Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/16/2016 04:08:06 PM (8 years ago)
Author:
imath
Message:

Make sure any template pack can use bp_locate_template_asset()

Fixes #7124

File:
1 edited

Legend:

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

    r10862 r10889  
    179179    $find = array(
    180180        get_theme_root(),
    181         buddypress()->plugin_dir
     181        bp_get_theme_compat_dir()
    182182    );
    183183
    184184    $replace = array(
    185185        get_theme_root_uri(),
    186         buddypress()->plugin_url
     186        bp_get_theme_compat_url()
    187187    );
    188188
Note: See TracChangeset for help on using the changeset viewer.