Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2011 10:53:49 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Second pass at huge component refactor.

Move component files out of root directory and append '-loader' to the file names. Split those files up into smaller pieces.

Abstract 'settings' component out of 'core' and into its own component for future extension, including new template files in bp-default.

Append '-sa' to bbPress bridge file for 'Stand Alone' compatibility, to make room for bbPress plugin compatibility layer.

Various bug fixes through-out all components. Various code clean-up and documentation through-out all components.

Still more refactoring to do.

File:
1 moved

Legend:

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

    r3751 r3757  
    17891789    global $bp_deactivated;
    17901790
    1791     if ( !isset( $bp_deactivated[ 'bp-' . $component . '.php' ] ) )
     1791    if ( !isset( $bp_deactivated[ 'bp-' . $component . '/bp-' . $component . '-loader.php' ] ) )
    17921792        return true;
    17931793
Note: See TracChangeset for help on using the changeset viewer.