Skip to:
Content

BuddyPress.org

Changeset 4052


Ignore:
Timestamp:
02/18/2011 03:20:41 AM (14 years ago)
Author:
djpaul
Message:

Always load deprecated functions file. Avoids fatal errors with BP 1.2.* themes and plugins.

File:
1 edited

Legend:

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

    r3998 r4052  
    1616
    1717// Load deprecated functions
    18 if ( !empty( $bp->load_deprecated ) )
    19     require_once( BP_PLUGIN_DIR . '/bp-core/deprecated/1.3.php'  );
     18require_once( BP_PLUGIN_DIR . '/bp-core/deprecated/1.3.php'    );
    2019
    2120// Load the WP admin bar.
Note: See TracChangeset for help on using the changeset viewer.