Skip to:
Content

BuddyPress.org

Ticket #6457: 6457.01.patch

File 6457.01.patch, 705 bytes (added by r-a-y, 10 years ago)
  • src/bp-templates/bp-legacy/buddypress-functions.php

     
    393393                        $locations['bp-child'] = array(
    394394                                'dir'  => get_stylesheet_directory(),
    395395                                'uri'  => get_stylesheet_directory_uri(),
    396                                 'file' => $file,
     396                                'file' => str_replace( '.min', '', $file ),
    397397                        );
    398398                }
    399399
    400400                $locations['bp-parent'] = array(
    401401                        'dir'  => get_template_directory(),
    402402                        'uri'  => get_template_directory_uri(),
    403                         'file' => $file,
     403                        'file' => str_replace( '.min', '', $file ),
    404404                );
    405405
    406406                $locations['bp-legacy'] = array(