Make WordPress Core

Ticket #32998: 32998.diff

File 32998.diff, 783 bytes (added by peterwilsoncc, 3 years ago)
  • src/wp-admin/options-discussion.php

    diff --git a/src/wp-admin/options-discussion.php b/src/wp-admin/options-discussion.php
    index 7f1cd64cd9..3fbe0e13cb 100644
    a b printf( 
    218218
    219219<h2 class="title"><?php _e( 'Avatars' ); ?></h2>
    220220
    221 <p><?php _e( 'An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.' ); ?></p>
     221<p><?php _e( 'In this area, you can choose to display avatars of users who interact with the site.' ); ?></p>
    222222
    223223<?php
    224224// The above would be a good place to link to the documentation on the Gravatar functions, for putting it in themes. Anything like that?