Skip to:
Content

BuddyPress.org

Changeset 871 for trunk/bp-activity.php


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

Added hooks to screen and activity/notification formatting functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r864 r871  
    201201
    202202function bp_activity_screen_my_activity() {
     203    do_action( 'bp_activity_screen_my_activity' );
    203204    bp_catch_uri( 'activity/just-me' );
    204205}
    205206
    206207function bp_activity_screen_friends_activity() {
    207     global $bp;
    208 
     208    do_action( 'bp_activity_screen_friends_activity' );
    209209    bp_catch_uri( 'activity/my-friends' ); 
    210210}
Note: See TracChangeset for help on using the changeset viewer.