Skip to:
Content

BuddyPress.org

Changeset 10444


Ignore:
Timestamp:
01/08/2016 09:38:40 PM (9 years ago)
Author:
boonebgorges
Message:

Correct @return documentation for bp_get_total_group_count_for_user().

The return value of this function is run through bp_core_number_format(),
which means it'll always be a string.

See #6813.

File:
1 edited

Legend:

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

    r10423 r10444  
    37243724     *
    37253725     * @param int $user_id User ID to get group membership count.
    3726      * @return int
     3726     * @return string
    37273727     */
    37283728    function bp_get_total_group_count_for_user( $user_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.