Changeset 4051
- Timestamp:
- 02/17/2011 04:44:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r4049 r4051 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_actions", array( &$extension, "_register" ) );' ), 11 );1201 add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_actions", array( &$extension, "_register" ), 8 );' ), 11 ); 1202 1202 } 1203 1203
Note: See TracChangeset
for help on using the changeset viewer.