Skip to:
Content

BuddyPress.org

Changeset 1030 for trunk/bp-blogs.php


Ignore:
Timestamp:
02/08/2009 08:14:50 PM (17 years ago)
Author:
apeatling
Message:

Added 'format_notification_function' variables to all components to define which function formats notification items for a component.
Fixed #456 and #452

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r1025 r1030  
    132132        $bp->blogs->table_name_blogmeta = $wpdb->base_prefix . 'bp_user_blogs_blogmeta';
    133133        $bp->blogs->format_activity_function = 'bp_blogs_format_activity';
     134        $bp->blogs->format_notification_function = 'bp_blogs_format_notifications';
    134135        $bp->blogs->image_base = site_url( MUPLUGINDIR . '/bp-groups/images' );
    135136        $bp->blogs->slug = BP_BLOGS_SLUG;
Note: See TracChangeset for help on using the changeset viewer.