Changeset 2748
- Timestamp:
- 02/19/2010 02:53:44 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-groups/bp-groups-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-classes.php
r2622 r2748 1165 1165 1166 1166 /* 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 ); 1168 1168 } 1169 1169
Note: See TracChangeset
for help on using the changeset viewer.