Changeset 1995 for trunk/bp-wire.php
- Timestamp:
- 09/29/2009 07:22:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire.php
r1913 r1995 27 27 /* Register this in the active components array */ 28 28 $bp->active_components[$bp->wire->slug] = $bp->wire->id; 29 30 do_action( 'bp_wire_setup_globals' ); 29 31 } 30 32 add_action( 'plugins_loaded', 'bp_wire_setup_globals', 5 );
Note: See TracChangeset
for help on using the changeset viewer.