Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/27/2011 05:49:50 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Register the theme directory at runtime and not on init action to avoid conflicts with dependent plugins

File:
1 edited

Legend:

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

    r3917 r3944  
    3636    function _setup_globals() {
    3737        global $bp, $bp_pages;
    38 
    39         // Setup the BuddyPress theme directory
    40         register_theme_directory( WP_PLUGIN_DIR . '/buddypress/bp-themes' );
    4138
    4239        // Get the base database prefix
Note: See TracChangeset for help on using the changeset viewer.