Changeset 11315
- Timestamp:
- 12/20/2016 03:21:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r11314 r11315 1300 1300 * @param array $avatar_data Array of parameters passed to the avatar handler. 1301 1301 */ 1302 do_action( 'xprofile_avatar_uploaded', (int) $avatar_data['item_id'], $avatar_data['type'] );1302 do_action( 'xprofile_avatar_uploaded', (int) $avatar_data['item_id'], $avatar_data['type'], $avatar_data ); 1303 1303 1304 1304 wp_send_json_success( $return );
Note: See TracChangeset
for help on using the changeset viewer.