Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/22/2011 10:23:59 PM (15 years ago)
Author:
djpaul
Message:

Fix typo in friend notification action argument

File:
1 edited

Legend:

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

    r4144 r4247  
    8181    wp_mail( $to, $subject, $message );
    8282
    83     do_action( 'bp_friends_sent_accepted_email', $initator_id, $subject, $message, $friendship_id, $friend_id );
     83    do_action( 'bp_friends_sent_accepted_email', $initiator_id, $subject, $message, $friendship_id, $friend_id );
    8484}
    8585
Note: See TracChangeset for help on using the changeset viewer.