<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[18508] trunk/wp-admin/options-discussion.php: Remove gratuitous periods.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/18508">18508</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2011-08-04 16:07:51 +0000 (Thu, 04 Aug 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove gratuitous periods. Add some semicolons. Props SergeyBiryukov. fixes <a href="http://core.trac.wordpress.org/ticket/16186">#16186</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminoptionsdiscussionphp">trunk/wp-admin/options-discussion.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminoptionsdiscussionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-discussion.php (18507 => 18508)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-discussion.php        2011-08-04 16:03:53 UTC (rev 18507)
+++ trunk/wp-admin/options-discussion.php        2011-08-04 16:07:51 UTC (rev 18508)
</span><span class="lines">@@ -35,38 +35,38 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Default article settings') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Default article settings') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Default article settings'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Default article settings'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label for=&quot;default_pingback_flag&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;default_pingback_flag&quot; type=&quot;checkbox&quot; id=&quot;default_pingback_flag&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('default_pingback_flag')); ?&gt; /&gt;
</span><del>-&lt;?php _e('Attempt to notify any blogs linked to from the article.') ?&gt;&lt;/label&gt;
</del><ins>+&lt;?php _e('Attempt to notify any blogs linked to from the article'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;label for=&quot;default_ping_status&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;default_ping_status&quot; type=&quot;checkbox&quot; id=&quot;default_ping_status&quot; value=&quot;open&quot; &lt;?php checked('open', get_option('default_ping_status')); ?&gt; /&gt;
</span><del>-&lt;?php _e('Allow link notifications from other blogs (pingbacks and trackbacks.)') ?&gt;&lt;/label&gt;
</del><ins>+&lt;?php _e('Allow link notifications from other blogs (pingbacks and trackbacks)'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;label for=&quot;default_comment_status&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;default_comment_status&quot; type=&quot;checkbox&quot; id=&quot;default_comment_status&quot; value=&quot;open&quot; &lt;?php checked('open', get_option('default_comment_status')); ?&gt; /&gt;
</span><del>-&lt;?php _e('Allow people to post comments on new articles') ?&gt;&lt;/label&gt;
</del><ins>+&lt;?php _e('Allow people to post comments on new articles'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;small&gt;&lt;em&gt;&lt;?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?&gt;&lt;/em&gt;&lt;/small&gt;
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Other comment settings') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Other comment settings') ?&gt;&lt;/span&gt;&lt;/legend&gt;
-&lt;label for=&quot;require_name_email&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;require_name_email&quot; id=&quot;require_name_email&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('require_name_email')); ?&gt; /&gt; &lt;?php _e('Comment author must fill out name and e-mail') ?&gt;&lt;/label&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Other comment settings'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Other comment settings'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
+&lt;label for=&quot;require_name_email&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;require_name_email&quot; id=&quot;require_name_email&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('require_name_email')); ?&gt; /&gt; &lt;?php _e('Comment author must fill out name and e-mail'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;label for=&quot;comment_registration&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;comment_registration&quot; type=&quot;checkbox&quot; id=&quot;comment_registration&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('comment_registration')); ?&gt; /&gt;
</span><del>-&lt;?php _e('Users must be registered and logged in to comment') ?&gt;
</del><ins>+&lt;?php _e('Users must be registered and logged in to comment'); ?&gt;
</ins><span class="cx"> &lt;?php if ( !get_option( 'users_can_register' ) &amp;&amp; is_multisite() ) echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' ); ?&gt;
</span><span class="cx"> &lt;/label&gt;
</span><span class="cx"> &lt;br /&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;label for=&quot;close_comments_for_old_posts&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;close_comments_for_old_posts&quot; type=&quot;checkbox&quot; id=&quot;close_comments_for_old_posts&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('close_comments_for_old_posts')); ?&gt; /&gt;
</span><del>-&lt;?php printf( __('Automatically close comments on articles older than %s days'), '&lt;/label&gt;&lt;input name=&quot;close_comments_days_old&quot; type=&quot;text&quot; id=&quot;close_comments_days_old&quot; value=&quot;' . esc_attr(get_option('close_comments_days_old')) . '&quot; class=&quot;small-text&quot; /&gt;') ?&gt;
</del><ins>+&lt;?php printf( __('Automatically close comments on articles older than %s days'), '&lt;/label&gt;&lt;input name=&quot;close_comments_days_old&quot; type=&quot;text&quot; id=&quot;close_comments_days_old&quot; value=&quot;' . esc_attr(get_option('close_comments_days_old')) . '&quot; class=&quot;small-text&quot; /&gt;'); ?&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;label for=&quot;thread_comments&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;thread_comments&quot; type=&quot;checkbox&quot; id=&quot;thread_comments&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('thread_comments')); ?&gt; /&gt;
</span><span class="lines">@@ -113,42 +113,42 @@
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('E-mail me whenever') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('E-mail me whenever') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('E-mail me whenever'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('E-mail me whenever'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label for=&quot;comments_notify&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;comments_notify&quot; type=&quot;checkbox&quot; id=&quot;comments_notify&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('comments_notify')); ?&gt; /&gt;
</span><del>-&lt;?php _e('Anyone posts a comment') ?&gt; &lt;/label&gt;
</del><ins>+&lt;?php _e('Anyone posts a comment'); ?&gt; &lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><span class="cx"> &lt;label for=&quot;moderation_notify&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;moderation_notify&quot; type=&quot;checkbox&quot; id=&quot;moderation_notify&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('moderation_notify')); ?&gt; /&gt;
</span><del>-&lt;?php _e('A comment is held for moderation') ?&gt; &lt;/label&gt;
</del><ins>+&lt;?php _e('A comment is held for moderation'); ?&gt; &lt;/label&gt;
</ins><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Before a comment appears') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Before a comment appears') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Before a comment appears'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Before a comment appears'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;label for=&quot;comment_moderation&quot;&gt;
</span><span class="cx"> &lt;input name=&quot;comment_moderation&quot; type=&quot;checkbox&quot; id=&quot;comment_moderation&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('comment_moderation')); ?&gt; /&gt;
</span><del>-&lt;?php _e('An administrator must always approve the comment') ?&gt; &lt;/label&gt;
</del><ins>+&lt;?php _e('An administrator must always approve the comment'); ?&gt; &lt;/label&gt;
</ins><span class="cx"> &lt;br /&gt;
</span><del>-&lt;label for=&quot;comment_whitelist&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;comment_whitelist&quot; id=&quot;comment_whitelist&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('comment_whitelist')); ?&gt; /&gt; &lt;?php _e('Comment author must have a previously approved comment') ?&gt;&lt;/label&gt;
</del><ins>+&lt;label for=&quot;comment_whitelist&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;comment_whitelist&quot; id=&quot;comment_whitelist&quot; value=&quot;1&quot; &lt;?php checked('1', get_option('comment_whitelist')); ?&gt; /&gt; &lt;?php _e('Comment author must have a previously approved comment'); ?&gt;&lt;/label&gt;
</ins><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Comment Moderation') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Comment Moderation') ?&gt;&lt;/span&gt;&lt;/legend&gt;
-&lt;p&gt;&lt;label for=&quot;comment_max_links&quot;&gt;&lt;?php printf(__('Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'), '&lt;input name=&quot;comment_max_links&quot; type=&quot;text&quot; id=&quot;comment_max_links&quot; value=&quot;' . esc_attr(get_option('comment_max_links')) . '&quot; class=&quot;small-text&quot; /&gt;' ) ?&gt;&lt;/label&gt;&lt;/p&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Comment Moderation'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Comment Moderation'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
+&lt;p&gt;&lt;label for=&quot;comment_max_links&quot;&gt;&lt;?php printf(__('Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'), '&lt;input name=&quot;comment_max_links&quot; type=&quot;text&quot; id=&quot;comment_max_links&quot; value=&quot;' . esc_attr(get_option('comment_max_links')) . '&quot; class=&quot;small-text&quot; /&gt;' ); ?&gt;&lt;/label&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><del>-&lt;p&gt;&lt;label for=&quot;moderation_keys&quot;&gt;&lt;?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the &lt;a href=&quot;edit-comments.php?comment_status=moderated&quot;&gt;moderation queue&lt;/a&gt;. One word or IP per line. It will match inside words, so &amp;#8220;press&amp;#8221; will match &amp;#8220;WordPress&amp;#8221;.') ?&gt;&lt;/label&gt;&lt;/p&gt;
</del><ins>+&lt;p&gt;&lt;label for=&quot;moderation_keys&quot;&gt;&lt;?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the &lt;a href=&quot;edit-comments.php?comment_status=moderated&quot;&gt;moderation queue&lt;/a&gt;. One word or IP per line. It will match inside words, so &amp;#8220;press&amp;#8221; will match &amp;#8220;WordPress&amp;#8221;.'); ?&gt;&lt;/label&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;p&gt;
</span><span class="cx"> &lt;textarea name=&quot;moderation_keys&quot; rows=&quot;10&quot; cols=&quot;50&quot; id=&quot;moderation_keys&quot; class=&quot;large-text code&quot;&gt;&lt;?php echo esc_textarea( get_option( 'moderation_keys' ) ); ?&gt;&lt;/textarea&gt;
</span><span class="cx"> &lt;/p&gt;
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Comment Blacklist') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Comment Blacklist') ?&gt;&lt;/span&gt;&lt;/legend&gt;
-&lt;p&gt;&lt;label for=&quot;blacklist_keys&quot;&gt;&lt;?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so &amp;#8220;press&amp;#8221; will match &amp;#8220;WordPress&amp;#8221;.') ?&gt;&lt;/label&gt;&lt;/p&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Comment Blacklist'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Comment Blacklist'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
+&lt;p&gt;&lt;label for=&quot;blacklist_keys&quot;&gt;&lt;?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so &amp;#8220;press&amp;#8221; will match &amp;#8220;WordPress&amp;#8221;.'); ?&gt;&lt;/label&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;p&gt;
</span><span class="cx"> &lt;textarea name=&quot;blacklist_keys&quot; rows=&quot;10&quot; cols=&quot;50&quot; id=&quot;blacklist_keys&quot; class=&quot;large-text code&quot;&gt;&lt;?php echo esc_textarea( get_option( 'blacklist_keys' ) ); ?&gt;&lt;/textarea&gt;
</span><span class="cx"> &lt;/p&gt;
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx"> &lt;?php do_settings_fields('discussion', 'default'); ?&gt;
</span><span class="cx"> &lt;/table&gt;
</span><span class="cx"> 
</span><del>-&lt;h3&gt;&lt;?php _e('Avatars') ?&gt;&lt;/h3&gt;
</del><ins>+&lt;h3&gt;&lt;?php _e('Avatars'); ?&gt;&lt;/h3&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;p&gt;&lt;?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.'); ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -165,8 +165,8 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Avatar Display') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Avatar Display') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Avatar Display'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Avatar Display'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> &lt;?php
</span><span class="cx">         $yesorno = array( 0 =&gt; __( 'Don&amp;#8217;t show Avatars' ), 1 =&gt; __( 'Show Avatars' ) );
</span><span class="cx">         foreach ( $yesorno as $key =&gt; $value) {
</span><span class="lines">@@ -177,8 +177,8 @@
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Maximum Rating') ?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Maximum Rating') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Maximum Rating'); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Maximum Rating'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php
</span><span class="cx"> $ratings = array(
</span><span class="lines">@@ -200,8 +200,8 @@
</span><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Default Avatar') ?&gt;&lt;/th&gt;
-&lt;td class=&quot;defaultavatarpicker&quot;&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Default Avatar') ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Default Avatar'); ?&gt;&lt;/th&gt;
+&lt;td class=&quot;defaultavatarpicker&quot;&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Default Avatar'); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php _e('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address.'); ?&gt;&lt;br /&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>