Skip to:
Content

BuddyPress.org

Changeset 1995 for trunk/bp-status.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-status.php

    r1986 r1995  
    1515    /* Register this in the active components array */
    1616    $bp->active_components[$bp->status->slug] = $bp->status->id;
     17
     18    do_action( 'bp_status_setup_globals' );
    1719}
    1820add_action( 'plugins_loaded', 'bp_status_setup_globals', 5 );   
Note: See TracChangeset for help on using the changeset viewer.