Skip to:
Content

BuddyPress.org

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

    r1979 r1995  
    120120    /* Register this in the active components array */
    121121    $bp->active_components[$bp->blogs->slug] = $bp->blogs->id;
     122
     123    do_action( 'bp_blogs_setup_globals' );
    122124}
    123125add_action( 'plugins_loaded', 'bp_blogs_setup_globals', 5 );   
Note: See TracChangeset for help on using the changeset viewer.