Ticket #32998: 32998.01.patch
File 32998.01.patch, 841 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/options-discussion.php
190 190 191 191 <h3 class="title"><?php _e('Avatars'); ?></h3> 192 192 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> 194 194 195 195 <?php 196 196 // the above would be a good place to link to codex documentation on the gravatar functions, for putting it in themes. anything like that?