Skip to:
Content

BuddyPress.org

Changeset 2290 for trunk/bp-activity.php


Ignore:
Timestamp:
01/11/2010 11:53:11 AM (16 years ago)
Author:
apeatling
Message:

Keeping mention screen notifications theme based.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2287 r2290  
    6363    $bp->activity->table_name_meta = $wpdb->base_prefix . 'bp_activity_meta';
    6464    $bp->activity->slug = BP_ACTIVITY_SLUG;
     65    $bp->activity->format_notification_function = 'bp_activity_format_notifications';
    6566
    6667    /* Register this in the active components array */
     
    341342add_action( 'wp', 'bp_activity_action_friends_feed', 3 );
    342343
     344
    343345/********************************************************************************
    344346 * Business Functions
Note: See TracChangeset for help on using the changeset viewer.