[wp-cvs] wordpress/wp-admin moderation.php,1.22,1.23

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Dec 11 08:24:07 UTC 2004


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

Modified Files:
	moderation.php 
Log Message:
HTML error.

Index: moderation.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/moderation.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** moderation.php	8 Dec 2004 01:04:33 -0000	1.22
--- moderation.php	11 Dec 2004 08:24:04 -0000	1.23
***************
*** 139,142 ****
--- 139,143 ----
  	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment[<?php echo $comment->comment_ID; ?>]-delete" value="delete" /> <label for="comment[<?php echo $comment->comment_ID; ?>]-delete"><?php _e('Delete') ?></label>
  	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment[<?php echo $comment->comment_ID; ?>]-nothing" value="later" checked="checked" /> <label for="comment[<?php echo $comment->comment_ID; ?>]-nothing"><?php _e('Defer until later') ?></label>
+ 	</p>
  
  	</li>




More information about the cvs mailing list