Changeset 9541 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 02/23/2015 07:38:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r9535 r9541 4453 4453 * @since BuddyPress (1.1.0) 4454 4454 * 4455 * @param int $ enable_forum Whether or not to enable forums.4455 * @param int $forum Whether or not to enable forums. 4456 4456 */ 4457 4457 return (int) apply_filters( 'bp_get_new_group_enable_forum', $forum ); … … 4492 4492 'no_grav' => false 4493 4493 ) ); 4494 4494 4495 4495 $r = array_merge( $r, array( 4496 4496 'item_id' => $bp->groups->current_group->id, … … 4506 4506 * @since BuddyPress (1.1.0) 4507 4507 * 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. 4509 4511 */ 4510 4512 return apply_filters( 'bp_get_new_group_avatar', $avatar, $r, $args );
Note: See TracChangeset
for help on using the changeset viewer.