Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 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-functions.php

    r9241 r9308  
    158158function friends_accept_friendship( $friendship_id ) {
    159159
    160     // Get the friesdhip data
     160    // Get the friendship data
    161161    $friendship = new BP_Friends_Friendship( $friendship_id, true, false );
    162162
     
    343343 * Get the IDs of a given user's friends.
    344344 *
    345  * @param int $user_id ID of the user whose friends are being retreived.
     345 * @param int $user_id ID of the user whose friends are being retrieved.
    346346 * @param bool $friend_requests_only Optional. Whether to fetch unaccepted
    347347 *        requests only. Default: false.
     
    389389 * @see BP_Core_User::get_users() for a description of return value.
    390390 *
    391  * @param int $user_id ID of the user whose friends are being retreived.
     391 * @param int $user_id ID of the user whose friends are being retrieved.
    392392 * @param int $per_page Optional. Number of results to return per page.
    393393 *        Default: 0 (no pagination; show all results).
     
    418418 * @see BP_Core_User::get_users() for a description of return value.
    419419 *
    420  * @param int $user_id ID of the user whose friends are being retreived.
     420 * @param int $user_id ID of the user whose friends are being retrieved.
    421421 * @param int $per_page Optional. Number of results to return per page.
    422422 *        Default: 0 (no pagination; show all results).
     
    447447 * @see BP_Core_User::get_users() for a description of return value.
    448448 *
    449  * @param int $user_id ID of the user whose friends are being retreived.
     449 * @param int $user_id ID of the user whose friends are being retrieved.
    450450 * @param int $per_page Optional. Number of results to return per page.
    451451 *        Default: 0 (no pagination; show all results).
     
    514514     * @since BuddyPress (1.5.4)
    515515     *
    516      * @param array $value Array of default paremters for invite list.
     516     * @param array $value Array of default parameters for invite list.
    517517     */
    518518    $args = apply_filters( 'bp_friends_pre_get_invite_list', array(
Note: See TracChangeset for help on using the changeset viewer.