Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2015 07:38:49 PM (10 years ago)
Author:
tw2113
Message:

Updates filter docs for changes made in #9535.

See #5943.

File:
1 edited

Legend:

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

    r9535 r9541  
    44534453         * @since BuddyPress (1.1.0)
    44544454         *
    4455          * @param int $enable_forum Whether or not to enable forums.
     4455         * @param int $forum Whether or not to enable forums.
    44564456         */
    44574457        return (int) apply_filters( 'bp_get_new_group_enable_forum', $forum );
     
    44924492            'no_grav' => false
    44934493        ) );
    4494        
     4494
    44954495        $r = array_merge( $r, array(
    44964496            'item_id'    => $bp->groups->current_group->id,
     
    45064506         * @since BuddyPress (1.1.0)
    45074507         *
    4508          * @param string $value HTML markup for the new group avatar.
     4508         * @param string $avatar HTML markup for the new group avatar.
     4509         * @param array  $r      Array of parsed arguments for the group avatar.
     4510         * @param array  $args   Array of original arguments passed to the function.
    45094511         */
    45104512        return apply_filters( 'bp_get_new_group_avatar', $avatar, $r, $args );
Note: See TracChangeset for help on using the changeset viewer.