Skip to:
Content

BuddyPress.org

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

    r1913 r1995  
    2727    /* Register this in the active components array */
    2828    $bp->active_components[$bp->wire->slug] = $bp->wire->id;
     29
     30    do_action( 'bp_wire_setup_globals' );
    2931}
    3032add_action( 'plugins_loaded', 'bp_wire_setup_globals', 5 );
Note: See TracChangeset for help on using the changeset viewer.