HTML error.
git-svn-id: https://develop.svn.wordpress.org/trunk@1936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1c6a2d83f5
commit
792fa24221
|
@ -138,6 +138,7 @@ echo " <a href=\"post.php?action=deletecomment&p=".$comment->comment_post_ID
|
|||
<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment[<?php echo $comment->comment_ID; ?>]-approve" value="approve" /> <label for="comment[<?php echo $comment->comment_ID; ?>]-approve"><?php _e('Approve') ?></label>
|
||||
<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>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue