Make WordPress Core

Changeset 4304


Ignore:
Timestamp:
10/04/2006 05:07:01 AM (19 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

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

    r3771 r4304  
    7272<fieldset class="options">
    7373<legend><?php _e('Comment Moderation') ?></legend>
    74 <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_settings('comment_max_links'). '" />' ) ?></p>
     74<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_settings('comment_max_links'). '" />' ) ?></p>
    7575
    7676<p><?php _e('When a comment contains any of these words in its content, name, URI, e-mail, or IP, hold it in the moderation queue: (Separate multiple words with new lines.) <a href="http://codex.wordpress.org/Spam_Words">Common spam words</a>.') ?></p>
Note: See TracChangeset for help on using the changeset viewer.