Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2011 09:19:03 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Add inclusion for 1.6 deprecated functions. (Leave commented out until official testing time to avoid relying on deprecated files in BuddyPress core.)

File:
1 edited

Legend:

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

    r5309 r5311  
    2020
    2121// Load deprecated functions
    22 require( BP_PLUGIN_DIR . '/bp-core/deprecated/1.5.php'    );
     22require( BP_PLUGIN_DIR . '/bp-core/deprecated/1.5.php' );
     23//require( BP_PLUGIN_DIR . '/bp-core/deprecated/1.6.php' );
    2324
    2425// Load the WP admin bar.
Note: See TracChangeset for help on using the changeset viewer.