Ticket #32998: 32998.2.patch
File 32998.2.patch, 957 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/options-discussion.php
218 218 219 219 <h2 class="title"><?php _e( 'Avatars' ); ?></h2> 220 220 221 <p><?php _e( 'An avatar is a n 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 yoursite.' ); ?></p>221 <p><?php _e( 'An avatar is a visual representation of you, across different websites, 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> 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?