diff --git a/includes/um-short-functions.php b/includes/um-short-functions.php index 32e3ab99..4bd94cc6 100644 --- a/includes/um-short-functions.php +++ b/includes/um-short-functions.php @@ -1670,7 +1670,9 @@ } - return '' . $image_alt . ''; + $default_avatar = um_get_default_avatar_uri(); + + return '' . $image_alt . ''; break;