Add manage_comments_nav action
git-svn-id: https://develop.svn.wordpress.org/trunk@7018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9c35ed949
commit
42e6f40f15
@ -153,6 +153,7 @@ if ( $page_links )
|
||||
<?php endif; ?>
|
||||
<input type="submit" value="<?php _e('Mark as Spam'); ?>" name="spamit" class="button-secondary" />
|
||||
<input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary" />
|
||||
<?php do_action('manage_comments_nav', $comment_status); ?>
|
||||
<?php wp_nonce_field('bulk-comments'); ?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user