Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/26/2009 11:20:12 AM (17 years ago)
Author:
apeatling
Message:

Selectively including files that only need to be included at specific times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-notifications.php

    r1151 r1262  
    3636        wp_mail( $to, $subject, $message );
    3737}
    38 add_action( 'friends_friendship_requested', 'friends_notification_new_request', 10, 3 );
     38
    3939
    4040function friends_notification_accepted_request( $friendship_id, $initiator_id, $friend_id ) {
     
    7171        wp_mail( $to, $subject, $message );
    7272}
    73 add_action( 'friends_friendship_accepted', 'friends_notification_accepted_request', 10, 3 );
    7473
    7574
Note: See TracChangeset for help on using the changeset viewer.