Skip to:
Content

BuddyPress.org

Changeset 9496


Ignore:
Timestamp:
02/17/2015 07:11:04 AM (9 years ago)
Author:
tw2113
Message:

Fix typo in @param for phpdoc.

See #5943.

File:
1 edited

Legend:

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

    r9487 r9496  
    15831583         *
    15841584         * @param string $value Markup for the Description column.
    1585          * @parma array  $item  The current group item in the loop.
     1585         * @param array  $item  The current group item in the loop.
    15861586         */
    15871587        echo apply_filters_ref_array( 'bp_get_group_description', array( $item['description'], $item ) );
Note: See TracChangeset for help on using the changeset viewer.