Make WordPress Core

Changeset 29872


Ignore:
Timestamp:
10/11/2014 02:25:17 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Add missing label to comment type filter dropdown.

props afercia.
fixes #29922.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r29774 r29872  
    243243        if ( 'top' == $which ) {
    244244?>
    245             <select name="comment_type">
     245            <label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label>
     246            <select id="filter-by-comment-type" name="comment_type">
    246247                <option value=""><?php _e( 'All comment types' ); ?></option>
    247248<?php
Note: See TracChangeset for help on using the changeset viewer.