Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/27/2010 05:31:54 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Change comment reference from plugins_loaded to bp_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups/bp-groups-classes.php

    r3042 r3099  
    11851185        return false;
    11861186
    1187     /* Register the group extension on the plugins_loaded action so we have access to all plugins */
     1187    /* Register the group extension on the bp_init action so we have access to all plugins */
    11881188    add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "wp", array( &$extension, "_register" ), 2 );' ), 11 );
    11891189}
Note: See TracChangeset for help on using the changeset viewer.