mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
f013b7e64b
commit
471dc2022f
@ -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