Add missing label to comment type filter dropdown.

props afercia.
fixes #29922.

git-svn-id: https://develop.svn.wordpress.org/trunk@29872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-10-11 02:25:17 +00:00
parent c50be6a735
commit 204e5dae21

View File

@ -242,7 +242,8 @@ class WP_Comments_List_Table extends WP_List_Table {
<?php
if ( 'top' == $which ) {
?>
<select name="comment_type">
<label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label>
<select id="filter-by-comment-type" name="comment_type">
<option value=""><?php _e( 'All comment types' ); ?></option>
<?php
/**