Skip to:
Content

BuddyPress.org

Changeset 3313


Ignore:
Timestamp:
10/27/2010 06:12:44 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Switch bp_loaded from plugins_loaded to init. See http://core.trac.wordpress.org/ticket/14729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r3300 r3313  
    6262        include( BP_PLUGIN_DIR . '/bp-xprofile.php' );
    6363
    64     add_action( 'plugins_loaded', 'bp_loaded', 20 );
     64    add_action( 'init', 'bp_loaded', 20 );
    6565}
    6666
Note: See TracChangeset for help on using the changeset viewer.