Changeset 2761 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 02/22/2010 01:25:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r2622 r2761 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.