Changeset 2249

Show
Ignore:
Timestamp:
02/11/05 01:01:31 (4 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/view.php?id=833

Files:

Legend:

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

    r2199 r2249  
    9090        </p> 
    9191        <p><label for="open_proxy_check">  
    92                 <input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="open" <?php checked('1', get_settings('open_proxy_check')); ?> />  
     92                <input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> />  
    9393            <?php _e('Blacklist comments from open and insecure proxies.)') ?></label></p> 
    9494</fieldset>