Add missing label to comment type filter dropdown.

props afercia.
fixes #29922.
Built from https://develop.svn.wordpress.org/trunk@29872


git-svn-id: http://core.svn.wordpress.org/trunk@29631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-10-11 02:26:18 +00:00
parent f013b7e64b
commit 471dc2022f

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
/**