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:
Ryan Boren 2008-02-25 08:20:36 +00:00
parent d9c35ed949
commit 42e6f40f15
1 changed files with 1 additions and 0 deletions

View File

@ -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>