Changeset 29872
- Timestamp:
- 10/11/2014 02:25:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r29774 r29872 243 243 if ( 'top' == $which ) { 244 244 ?> 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"> 246 247 <option value=""><?php _e( 'All comment types' ); ?></option> 247 248 <?php
Note: See TracChangeset
for help on using the changeset viewer.