Changeset 1420 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 06/13/2004 04:14:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-discussion.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r1411 r1420 2 2 require_once('../wp-includes/wp-l10n.php'); 3 3 4 $title = 'Discussion Options';4 $title = __('Discussion Options'); 5 5 $parent_file = 'options-general.php'; 6 6 … … 69 69 </fieldset> 70 70 <fieldset class="options"> 71 <legend><?php _e('E mail me whenever:') ?></legend>71 <legend><?php _e('E-mail me whenever:') ?></legend> 72 72 <ul> 73 73 <li> … … 94 94 <label for="require_name_email"> 95 95 <input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> /> 96 <?php _e('User must fill out name and e mail') ?> </label>96 <?php _e('User must fill out name and e-mail') ?> </label> 97 97 </li> 98 98 </ul> … … 102 102 <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> 103 103 104 <p><?php _e('When a comment contains any of these words in its content, name, URI, email, or IP, hold it in the moderation queue: (Separate multiple words with new lines.) <a href="http://wiki.wordpress.org/index.php/SpamWords">Common spam words</a>.') ?></p>104 <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://wiki.wordpress.org/index.php/SpamWords">Common spam words</a>.') ?></p> 105 105 <p> 106 106 <textarea name="moderation_keys" cols="60" rows="4" id="moderation_keys" style="width: 98%; font-size: 12px;" class="code"><?php echo get_settings('moderation_keys'); ?></textarea>
Note: See TracChangeset
for help on using the changeset viewer.