Changeset 2273
- Timestamp:
- 02/11/05 06:49:07 (4 years ago)
- Files:
-
- trunk/wp-admin/options-discussion.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/options-discussion.php
r2249 r2273 91 91 <p><label for="open_proxy_check"> 92 92 <input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> /> 93 <?php _e('Blacklist comments from open and insecure proxies. )') ?></label></p>93 <?php _e('Blacklist comments from open and insecure proxies.') ?></label></p> 94 94 </fieldset> 95 95 <p class="submit">
