Changeset 1995 for trunk/bp-friends.php
- Timestamp:
- 09/29/2009 07:22:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r1905 r1995 49 49 /* Register this in the active components array */ 50 50 $bp->active_components[$bp->friends->slug] = $bp->friends->id; 51 52 do_action( 'friends_setup_globals' ); 51 53 } 52 54 add_action( 'plugins_loaded', 'friends_setup_globals', 5 );
Note: See TracChangeset
for help on using the changeset viewer.