Changeset 11314 for trunk/src/bp-groups/bp-groups-screens.php
- Timestamp:
- 12/20/2016 03:11:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-screens.php
r11146 r11314 1066 1066 bp_core_add_message( __( 'There was a problem cropping the group profile photo.', 'buddypress' ), 'error' ); 1067 1067 } else { 1068 /** 1069 * Fires after a group avatar is uploaded. 1070 * 1071 * @since 2.8.0 1072 * 1073 * @param int $group_id ID of the group. 1074 * @param string $type Avatar type. 'crop' or 'full'. 1075 * @param array $args Array of parameters passed to the avatar handler. 1076 */ 1077 do_action( 'groups_avatar_uploaded', bp_get_current_group_id(), 'crop', $args ); 1068 1078 bp_core_add_message( __( 'The new group profile photo was uploaded successfully.', 'buddypress' ) ); 1069 1079 }
Note: See TracChangeset
for help on using the changeset viewer.