Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2010 12:40:17 PM (15 years ago)
Author:
apeatling
Message:

Reverting function priority changes, these will be moved to the trunk

File:
1 edited

Legend:

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

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