Make WordPress Core


Ignore:
Timestamp:
10/04/2006 05:06:51 AM (17 years ago)
Author:
markjaquith
Message:

Clarify comment_max_links option text. Props chrisdolan and Nazgul. fixes 1397

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r4196 r4303  
    6262<fieldset class="options">
    6363<legend><?php _e('Comment Moderation') ?></legend>
    64 <p><?php printf(__('Hold a comment in the queue if it contains more than %s 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>
     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>
    6565
    6666<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>
Note: See TracChangeset for help on using the changeset viewer.