Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2015 12:53:06 AM (10 years ago)
Author:
tw2113
Message:

Fixes documentation changes for some filters.

Props ecehren.

See #5940, #5941, #5943.

File:
1 edited

Legend:

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

    r9828 r9848  
    18111811         * @since BuddyPress (1.5.0)
    18121812         *
    1813          * @param string $value    "Viewing x-y of z groups" text.
     1813         * @param string $message  "Viewing x-y of z groups" text.
    18141814         * @param string $from_num Total amount for the low value in the range.
    18151815         * @param string $to_num   Total amount for the high value in the range.
     
    52685268         * @since BuddyPress (2.0.0)
    52695269         *
    5270          * @param string $value Pagination count text for group membership requests.
     5270         * @param string $message  Pagination count text for group membership requests.
     5271         * @param string $from_num Total amount for the low value in the range.
     5272         * @param string $to_num   Total amount for the high value in the range.
     5273         * @param string $total    Total amount of members found.
    52715274         */
    52725275        return apply_filters( 'bp_get_group_requests_pagination_count', $message, $from_num, $to_num, $total );
Note: See TracChangeset for help on using the changeset viewer.