Fix hiding of comments after approving/unapproving them

git-svn-id: https://develop.svn.wordpress.org/trunk@11073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-24 02:25:20 +00:00
parent 8757f218ea
commit b4baabb343
2 changed files with 1 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ $page_links = paginate_links( array(
<input type="submit" name="doaction" id="doaction" value="<?php _e('Apply'); ?>" class="button-secondary apply" />
<?php wp_nonce_field('bulk-comments'); ?>
<?php echo "<input type='hidden' name='comment_status' value='$comment_status' />\n"; ?>
<select name="comment_type">
<option value="all"><?php _e('Show all comment types'); ?></option>
<?php