Skip to:
Content

BuddyPress.org

Changeset 1995 for trunk/bp-friends.php


Ignore:
Timestamp:
09/29/2009 07:22:53 PM (15 years ago)
Author:
apeatling
Message:

Fixes #771

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r1905 r1995  
    4949    /* Register this in the active components array */
    5050    $bp->active_components[$bp->friends->slug] = $bp->friends->id;
     51
     52    do_action( 'friends_setup_globals' );
    5153}
    5254add_action( 'plugins_loaded', 'friends_setup_globals', 5 );
Note: See TracChangeset for help on using the changeset viewer.