Changeset 2472
- Timestamp:
- 01/28/2010 09:58:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r2444 r2472 50 50 include( BP_PLUGIN_DIR . '/bp-xprofile.php' ); 51 51 52 do_action( 'bp_init' ); 52 /* Allow dependent plugins to hook into BuddyPress in a safe way */ 53 function bp_loaded() { 54 do_action( 'bp_init' ); 55 } 56 add_action( 'plugins_loaded', 'bp_loaded' ); 53 57 54 58 /* Activation Function */
Note: See TracChangeset
for help on using the changeset viewer.