diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index 315c88de43..12f9699d62 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -437,6 +437,32 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c

+ + + + +

Gravatar.' ), + __( 'https://en.gravatar.com/' ) + ); + } else { + $description = ''; + } + + /** + * Filter the user profile picture description displayed under the Gravatar. + * + * @since 4.4.0 + * + * @param string $description The description that will be printed. + */ + echo apply_filters( 'user_profile_picture_description', $description ); + ?>

+ + +