Skip to:
Content

BuddyPress.org

Changeset 11197


Ignore:
Timestamp:
10/18/2016 12:32:37 AM (8 years ago)
Author:
tw2113
Message:

Fixes typo in two cases of "string" spelled as "srting" introduced in changest 10766.

Fixes #7294.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r11196 r11197  
    23872387     * @param string|array $type     Group type.
    23882388     * @param int          $group_id ID of the group.
    2389      * @param bool         $single   Whether to return a single type srting, or an array.
     2389     * @param bool         $single   Whether to return a single type string, or an array.
    23902390     */
    23912391    return apply_filters( 'bp_groups_get_group_type', $type, $group_id, $single );
     
    24322432 *
    24332433 * @param  int    $group_id   ID of the group.
    2434  * @param  srting $group_type Group type.
     2434 * @param  string $group_type Group type.
    24352435 * @return bool   Whether the group has the give group type.
    24362436 */
Note: See TracChangeset for help on using the changeset viewer.