Changeset 3313
- Timestamp:
- 10/27/2010 06:12:44 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r3300 r3313 62 62 include( BP_PLUGIN_DIR . '/bp-xprofile.php' ); 63 63 64 add_action( ' plugins_loaded', 'bp_loaded', 20 );64 add_action( 'init', 'bp_loaded', 20 ); 65 65 } 66 66
Note: See TracChangeset
for help on using the changeset viewer.