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:
parent
c50be6a735
commit
204e5dae21
@ -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
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user