[wp-cvs] wordpress/wp-admin options-discussion.php,1.27,1.28
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Feb 11 01:01:34 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11619/wp-admin
Modified Files:
options-discussion.php
Log Message:
http://mosquito.wordpress.org/view.php?id=833
Index: options-discussion.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-discussion.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** options-discussion.php 2 Feb 2005 08:40:44 -0000 1.27
--- options-discussion.php 11 Feb 2005 01:01:31 -0000 1.28
***************
*** 90,94 ****
</p>
<p><label for="open_proxy_check">
! <input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="open" <?php checked('1', get_settings('open_proxy_check')); ?> />
<?php _e('Blacklist comments from open and insecure proxies.)') ?></label></p>
</fieldset>
--- 90,94 ----
</p>
<p><label for="open_proxy_check">
! <input name="open_proxy_check" type="checkbox" id="open_proxy_check" value="1" <?php checked('1', get_settings('open_proxy_check')); ?> />
<?php _e('Blacklist comments from open and insecure proxies.)') ?></label></p>
</fieldset>
More information about the cvs
mailing list