Skip to:
Content

BuddyPress.org

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

    r1982 r1995  
    166166    if ( !$bp->current_component )
    167167        $bp->current_component = $bp->default_component;
     168   
     169    do_action( 'bp_core_setup_globals' );
    168170}
    169171add_action( 'plugins_loaded', 'bp_core_setup_globals', 5 );
Note: See TracChangeset for help on using the changeset viewer.