Changeset 1995 for trunk/bp-status.php
- Timestamp:
- 09/29/2009 07:22:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-status.php
r1986 r1995 15 15 /* Register this in the active components array */ 16 16 $bp->active_components[$bp->status->slug] = $bp->status->id; 17 18 do_action( 'bp_status_setup_globals' ); 17 19 } 18 20 add_action( 'plugins_loaded', 'bp_status_setup_globals', 5 );
Note: See TracChangeset
for help on using the changeset viewer.