diff --git a/src/wp-admin/options-discussion.php b/src/wp-admin/options-discussion.php
index 7f1cd64cd9..3fbe0e13cb 100644
a
|
b
|
printf( |
218 | 218 | |
219 | 219 | <h2 class="title"><?php _e( 'Avatars' ); ?></h2> |
220 | 220 | |
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> |
222 | 222 | |
223 | 223 | <?php |
224 | 224 | // The above would be a good place to link to the documentation on the Gravatar functions, for putting it in themes. Anything like that? |