Make WordPress Core

Ticket #32998: 32998.01.patch

File 32998.01.patch, 841 bytes (added by johnjamesjacoby, 9 years ago)

First pass recommendation, attempting to be considerate of third party functionality

  • src/wp-admin/options-discussion.php

     
    190190
    191191<h3 class="title"><?php _e('Avatars'); ?></h3>
    192192
    193 <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>
     193<p><?php _e( 'An avatar is an image that follows you from website to website, often appearing beside your name in comments and blog posts. Here you can enable the display of avatars for registered users and other visitors who interact with this site.' ); ?></p>
    194194
    195195<?php
    196196// the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that?