Ticket #1397: 1397.diff
| File 1397.diff, 1.2 KB (added by Nazgul, 6 years ago) |
|---|
-
wp-admin/options-discussion.php
61 61 </fieldset> 62 62 <fieldset class="options"> 63 63 <legend><?php _e('Comment Moderation') ?></legend> 64 <p><?php printf(__('Hold a comment in the queue if it contains more than %slinks. (A common characteristic of comment spam is a large number of hyperlinks.)'), '<input name="comment_max_links" type="text" id="comment_max_links" size="3" value="' . get_option('comment_max_links'). '" />' ) ?></p>64 <p><?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.)'), '<input name="comment_max_links" type="text" id="comment_max_links" size="3" value="' . get_option('comment_max_links'). '" />' ) ?></p> 65 65 66 66 <p><?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 <a href="moderation.php">moderation queue</a>. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></p> 67 67 <p>
