Make WordPress Core


Ignore:
Timestamp:
01/16/2007 02:27:00 AM (18 years ago)
Author:
ryan
Message:

Verbage change. Props foolswisdom. fixes #3521

File:
1 edited

Legend:

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

    r4658 r4740  
    7171<fieldset class="options">
    7272<legend><?php _e('Comment Blacklist') ?></legend>
    73 <p><?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be deleted. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></p>
     73<p><?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 "press" will match "WordPress".') ?></p>
    7474<p>
    7575<textarea name="blacklist_keys" cols="60" rows="4" id="blacklist_keys" style="width: 98%; font-size: 12px;" class="code"><?php form_option('blacklist_keys'); ?></textarea>
Note: See TracChangeset for help on using the changeset viewer.