Skip to:
Content

BuddyPress.org

Changeset 3751 for trunk/bp-friends.php


Ignore:
Timestamp:
01/20/2011 03:56:04 AM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at BP_Component class. Refactor Activity component to use BP_Component. Introduce page templates for root directories. Rename bp-activity-templatetags to bp-activity-template per WP coding standards. Split bp-activity up into smaller parts. Introduce get_slug functions for activity component. More refactoring to do on other components. This will temporarily break trunk while refactoring happens, so be sure to pin to the previous revision if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r3742 r3751  
    2424
    2525    // Notifications
    26     $bp->friends->format_notification_function = 'friends_format_notifications';
     26    $bp->friends->notification_callback = 'friends_format_notifications';
    2727
    2828    // Register this in the active components array
Note: See TracChangeset for help on using the changeset viewer.