Changeset 3099 for branches/1.2/bp-groups/bp-groups-classes.php
- Timestamp:
- 06/27/2010 05:31:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-classes.php
r3042 r3099 1185 1185 return false; 1186 1186 1187 /* Register the group extension on the plugins_loadedaction so we have access to all plugins */1187 /* Register the group extension on the bp_init action so we have access to all plugins */ 1188 1188 add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "wp", array( &$extension, "_register" ), 2 );' ), 11 ); 1189 1189 }
Note: See TracChangeset
for help on using the changeset viewer.