Add restrict_manage_comments hook. props hardy101. fixes #21344.

git-svn-id: https://develop.svn.wordpress.org/trunk@21985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-24 21:23:43 +00:00
parent c048b4a3d4
commit 4f8de0690c

View File

@ -224,6 +224,7 @@ class WP_Comments_List_Table extends WP_List_Table {
?>
</select>
<?php
do_action( 'restrict_manage_comments' );
submit_button( __( 'Filter' ), 'button', false, false, array( 'id' => 'post-query-submit' ) );
}