Changeset 3981 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 02/01/2011 02:59:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r3980 r3981 1199 1199 1200 1200 /* Register the group extension on the bp_init action so we have access to all plugins */ 1201 add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_ init", array( &$extension, "_register" ), 1);' ), 11 );1201 add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_actions", array( &$extension, "_register" ) );' ), 11 ); 1202 1202 } 1203 1203
Note: See TracChangeset
for help on using the changeset viewer.