Skip to:
Content

BuddyPress.org

Changeset 10423


Ignore:
Timestamp:
12/22/2015 05:39:06 AM (11 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6401.

Location:
trunk/src/bp-groups
Files:
2 edited

Legend:

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

    r10417 r10423  
    35993599 * @global BP_Groups_Template $groups_template Groups template object.
    36003600 *
    3601  * @param object $group Group to get status message for. Optional; defaults to current group.
     3601 * @param object|null $group Group to get status message for. Optional; defaults to current group.
    36023602 */
    36033603function bp_group_status_message( $group = null ) {
  • trunk/src/bp-groups/classes/class-bp-groups-member.php

    r10417 r10423  
    10021002         *
    10031003         * @param int        $group_id            ID of the group being queried for.
    1004          * @param bool/int   $limit               Max amount to return.
    1005          * @param bool/int   $page                Pagination value.
     1004         * @param bool|int   $limit               Max amount to return.
     1005         * @param bool|int   $page                Pagination value.
    10061006         * @param bool       $exclude_admins_mods Whether or not to exclude admins and moderators.
    10071007         * @param bool       $exclude_banned      Whether or not to exclude banned members.
    1008          * @param bool/array $exclude             Array of user IDs to exclude.
     1008         * @param bool|array $exclude             Array of user IDs to exclude.
    10091009         * @return mixed
    10101010         */
Note: See TracChangeset for help on using the changeset viewer.