[wp-cvs] wordpress/wp-admin options-discussion.php,1.28,1.29

Ryan Boren rboren at users.sourceforge.net
Fri Feb 11 06:49:10 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18847/wp-admin

Modified Files:
	options-discussion.php 
Log Message:
Remove extra paren. http://mosquito.wordpress.org/view.php?id=853

Index: options-discussion.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-discussion.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** options-discussion.php	11 Feb 2005 01:01:31 -0000	1.28
--- options-discussion.php	11 Feb 2005 06:49:07 -0000	1.29
***************
*** 91,95 ****
  		<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>
  		<p class="submit"> 
--- 91,95 ----
  		<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>
  		<p class="submit"> 



More information about the cvs mailing list