Changeset 1250 for trunk/bp-wire.php
- Timestamp:
- 03/25/2009 04:01:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire.php
r1225 r1250 42 42 $bp->version_numbers->wire = BP_WIRE_VERSION; 43 43 } 44 add_action( ' wp', 'bp_wire_setup_globals', 1);44 add_action( 'plugins_loaded', 'bp_wire_setup_globals', 5 ); 45 45 add_action( 'admin_menu', 'bp_wire_setup_globals', 1 ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.