Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/26/2014 11:57:11 PM (12 years ago)
Author:
boonebgorges
Message:

Remove '.min' from asset when locating bp-legacy assets.

This ensures that the assets can be located when running from /src/ when the
minified files have not been built.

Props nofearinc.
Fixes #5963.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress-functions.php

    r9065 r9092  
    324324                        'dir'  => bp_get_theme_compat_dir(),
    325325                        'uri'  => bp_get_theme_compat_url(),
    326                         'file' => $file
     326                        'file' => str_replace( '.min', '', $file )
    327327                );
    328328
Note: See TracChangeset for help on using the changeset viewer.