Changeset 2794 for branches/1.2/bp-groups/bp-groups-classes.php
- Timestamp:
- 03/01/2010 12:40:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-classes.php
r2788 r2794 1164 1164 return false; 1165 1165 1166 /* Register the group extension on the bp_initaction so we have access to all plugins */1166 /* Register the group extension on the plugins_loaded action so we have access to all plugins */ 1167 1167 add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "wp", array( &$extension, "_register" ), 2 );' ), 11 ); 1168 1168 }
Note: See TracChangeset
for help on using the changeset viewer.