Changeset 13268
- Timestamp:
- 04/07/2022 01:32:28 AM (4 years ago)
- File:
-
- 1 edited
-
branches/10.0/src/bp-groups/bp-groups-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/10.0/src/bp-groups/bp-groups-template.php
r13193 r13268 1038 1038 */ 1039 1039 function bp_get_group_avatar_url( $group = false, $type = 'full' ) { 1040 return bp_get_group_avatar( array( 'type' => $type ), $group ); 1040 return bp_get_group_avatar( 1041 array( 1042 'type' => $type, 1043 'html' => false, 1044 ), 1045 $group 1046 ); 1041 1047 } 1042 1048
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)