Add manage_comments_nav action
git-svn-id: http://svn.automattic.com/wordpress/trunk@7018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38d86547c3
commit
198e1c5d54
|
@ -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