如何从Buddypress个人资料中删除Gravatar消息

我要删除/隐藏

“ 你的个人资料照片将在你的个人资料和整个网站中使用。如果你的帐户电子邮件中有Gravatar, 我们将使用它, 或者你可以从计算机上载图片。”
【如何从Buddypress个人资料中删除Gravatar消息】来自BuddyPress个人资料照片上传部分的消息。
有人可以帮忙吗?
#1转到:src / public_html / wp-content / themes /(主题名称)/buddypress/members/single/profile/change-avatar.php, 并删除以下代码。可能是25到29行
< figure class="callout-blockquote light"> < blockquote> < p> < ?php _e( 'Your profile photo will be used on your profile and throughout the site. If there is a < a href="http://gravatar.com"> Gravatar< /a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ); ?> < /p> < /blockquote> < /figure>

    推荐阅读