Add restrict_manage_comments hook. props hardy101. fixes #21344.

git-svn-id: http://core.svn.wordpress.org/trunk@21985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-24 21:23:43 +00:00
parent 22f3f86061
commit 68061acf95

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' ) );
}