Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2010 01:25:56 PM (15 years ago)
Author:
apeatling
Message:

Merging 1.2 branch into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r2622 r2761  
    11651165
    11661166    /* Register the group extension on the plugins_loaded action so we have access to all plugins */
    1167     add_action( 'plugins_loaded', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "wp", array( &$extension, "_register" ), 2 );' ) );
     1167    add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "wp", array( &$extension, "_register" ), 2 );' ), 11 );
    11681168}
    11691169
Note: See TracChangeset for help on using the changeset viewer.