diff --git a/wp-content/themes/score/lib/buddypress/functions-buddypress.php b/wp-content/themes/score/lib/buddypress/functions-buddypress.php index 20bff12..ac04936 100644 --- a/wp-content/themes/score/lib/buddypress/functions-buddypress.php +++ b/wp-content/themes/score/lib/buddypress/functions-buddypress.php @@ -711,7 +711,7 @@ function bp_datebox_field ($html, $type, $day, $month, $year, $default_select ) add_filter( 'bp_get_the_profile_field_datebox', 'bp_datebox_field', 10, 6 ); function gp_bp_add_default_avatar( $url ) { - return get_stylesheet_directory_uri() .'/lib/images/photo_profile_red.png'; + return get_stylesheet_directory_uri() .'/lib/images/photo_profile.jpg'; } add_filter( 'bp_core_mysteryman_src', 'gp_bp_add_default_avatar' ); diff --git a/wp-content/themes/score/lib/images/photo_profile.jpg b/wp-content/themes/score/lib/images/photo_profile.jpg new file mode 100644 index 0000000..61917a7 Binary files /dev/null and b/wp-content/themes/score/lib/images/photo_profile.jpg differ