Skip to:
Content

BuddyPress.org

Changeset 1749 for trunk/bp-forums.php


Ignore:
Timestamp:
09/01/2009 01:45:37 AM (17 years ago)
Author:
apeatling
Message:

Centrally registered activity actions in $bp->activity->actions. This will be used to add privacy support to activity feeds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums.php

    r1723 r1749  
    2222    $bp->forums->bbconfig = get_site_option( 'bb-config-location' );
    2323    $bp->forums->slug = BP_FORUMS_SLUG;
    24 
     24   
    2525    /* Register this in the active components array */
    2626    $bp->active_components[$bp->forums->slug] = $bp->forums->id;
Note: See TracChangeset for help on using the changeset viewer.