Changeset 50120 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 02/01/2021 02:11:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r49944 r50120 634 634 $m = isset( $_GET['m'] ) ? (int) $_GET['m'] : 0; 635 635 ?> 636 <label for="filter-by-date" class="screen-reader-text"><?php _e( 'Filter by date' ); ?></label>636 <label for="filter-by-date" class="screen-reader-text"><?php echo get_post_type_object( $post_type )->labels->filter_by_date; ?></label> 637 637 <select name="m" id="filter-by-date"> 638 638 <option<?php selected( $m, 0 ); ?> value="0"><?php _e( 'All dates' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.