Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (10 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

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

    r9175 r9308  
    330330 * @param int $friendship_id The unique ID of the friendship
    331331 * @param int $initiator_user_id The friendship initiator user ID
    332  * @param int $friend_user_id The friendship request reciever user ID
     332 * @param int $friend_user_id The friendship request receiver user ID
    333333 */
    334334function bp_friends_friendship_requested_notification( $friendship_id, $initiator_user_id, $friend_user_id ) {
     
    368368 * @param int $friendship_id The unique ID of the friendship
    369369 * @param int $initiator_user_id The friendship initiator user ID
    370  * @param int $friend_user_id The friendship request reciever user ID
     370 * @param int $friend_user_id The friendship request receiver user ID
    371371 */
    372372function bp_friends_add_friendship_accepted_notification( $friendship_id, $initiator_user_id, $friend_user_id ) {
Note: See TracChangeset for help on using the changeset viewer.