Changeset 7883 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 05/04/2008 10:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r7879 r7883 15 15 <tr valign="top"> 16 16 <th scope="row"><?php _e('Default article settings') ?></th> 17 <td> 17 <td><fieldset><legend class="hidden"><?php _e('Default article settings') ?></legend> 18 18 <label for="default_pingback_flag"> 19 19 <input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> /> … … 29 29 <br /> 30 30 <small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small> 31 </ td>31 </fieldset></td> 32 32 </tr> 33 33 <tr valign="top"> 34 34 <th scope="row"><?php _e('E-mail me whenever') ?></th> 35 <td> 35 <td><fieldset><legend class="hidden"><?php _e('E-mail me whenever') ?></legend> 36 36 <label for="comments_notify"> 37 37 <input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> /> … … 41 41 <input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_option('moderation_notify')); ?> /> 42 42 <?php _e('A comment is held for moderation') ?> </label> 43 </ td>43 </fieldset></td> 44 44 </tr> 45 45 <tr valign="top"> 46 46 <th scope="row"><?php _e('Before a comment appears') ?></th> 47 <td> 47 <td><fieldset><legend class="hidden"><?php _e('Before a comment appears') ?></legend> 48 48 <label for="comment_moderation"> 49 49 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> /> … … 53 53 <br /> 54 54 <label for="comment_whitelist"><input type="checkbox" name="comment_whitelist" id="comment_whitelist" value="1" <?php checked('1', get_option('comment_whitelist')); ?> /> <?php _e('Comment author must have a previously approved comment') ?></label> 55 </ td>55 </fieldset></td> 56 56 </tr> 57 57 <tr valign="top"> 58 58 <th scope="row"><?php _e('Comment Moderation') ?></th> 59 <td> 60 <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>59 <td><fieldset><legend class="hidden"><?php _e('Comment Moderation') ?></legend> 60 <p><label for="comment_max_links"><?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'). '" />' ) ?></label></p> 61 61 62 <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="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></p>62 <p><label for="moderation_keys"><?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="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?></label></p> 63 63 <p> 64 64 <textarea name="moderation_keys" cols="60" rows="10" id="moderation_keys" style="width: 98%; font-size: 12px;" class="code"><?php form_option('moderation_keys'); ?></textarea> 65 65 </p> 66 </ td>66 </fieldset></td> 67 67 </tr> 68 68 <tr valign="top"> 69 69 <th scope="row"><?php _e('Comment Blacklist') ?></th> 70 <td> 71 <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>70 <td><fieldset><legend class="hidden"><?php _e('Comment Blacklist') ?></legend> 71 <p><label for="blacklist_keys"><?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".') ?></label></p> 72 72 <p> 73 73 <textarea name="blacklist_keys" cols="60" rows="10" id="blacklist_keys" style="width: 98%; font-size: 12px;" class="code"><?php form_option('blacklist_keys'); ?></textarea> 74 74 </p> 75 </ td>75 </fieldset></td> 76 76 </tr> 77 77 </table> … … 86 86 <tr valign="top"> 87 87 <th scope="row"><?php _e('Avatar Display') ?></th> 88 <td> 88 <td><fieldset><legend class="hidden"><?php _e('Avatar display') ?></legend> 89 89 <?php 90 90 $yesorno = array(0 => __("Don’t show Avatars"), 1 => __('Show Avatars')); … … 94 94 } 95 95 ?> 96 </ td>96 </fieldset></td> 97 97 </tr> 98 98 <tr valign="top"> 99 99 <th scope="row"><?php _e('Maximum Rating') ?></th> 100 <td> 100 <td><fieldset><legend class="hidden"><?php _e('Maximum Rating') ?></legend> 101 101 102 102 <?php … … 108 108 ?> 109 109 110 </ td>110 </fieldset></td> 111 111 </tr> 112 112 <tr valign="top"> 113 113 <th scope="row"><?php _e('Default Avatar') ?></th> 114 <td class="defaultavatarpicker"> 114 <td class="defaultavatarpicker"><fieldset><legend class="hidden"><?php _e('Default Avatar') ?></legend> 115 115 116 116 <?php _e('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address.'); ?><br /> … … 143 143 ?> 144 144 145 </ td>145 </fieldset></td> 146 146 </tr> 147 147
Note: See TracChangeset
for help on using the changeset viewer.