Skip to:
Content

BuddyPress.org

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

    r3736 r3751  
    3030
    3131    // Notifications
    32     $bp->blogs->format_notification_function      = 'bp_blogs_format_notifications';
     32    $bp->blogs->notification_callback      = 'bp_blogs_format_notifications';
    3333
    3434    // Register this in the active components array
Note: See TracChangeset for help on using the changeset viewer.