Ticket #21344: comments-table-hook-patch.diff
| File comments-table-hook-patch.diff, 528 bytes (added by hardy101, 10 months ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
224 224 ?> 225 225 </select> 226 226 <?php 227 do_action( 'restrict_manage_comments' ); //be able to add hooks like class-wp-posts-list-table.php 227 228 submit_button( __( 'Filter' ), 'secondary', false, false, array( 'id' => 'post-query-submit' ) ); 228 229 } 229 230
