Opened 2 years ago
Last modified 2 years ago
#15921 new enhancement
date column filter in media list table
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Date/Time | Version: | 3.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
please add a filter for date column in media list table, like posts list table.
in wp-admin\includes\class-wp-media-list-table.php @ line:288
replace:
<td <?php echo $attributes ?>><?php echo $h_time ?></td>
with:
<td <?php echo $attributes ?>><?php echo apply_filters( 'media_date_column_time', $h_time); ?></td>
Attachments (1)
Change History (5)
Replying to dd32:
What is an example of the purpose of this filter?
We use Iranian calendar in wordpress and need date filters.
- Keywords 3.2-early added; media table removed
- Milestone changed from Awaiting Review to Future Release
marking as a possibility for 3.2, We'd really have to review a lot of area's to make sure that the date can fit in all the possible spots, not just this particular spot.
Note: See
TracTickets for help on using
tickets.

edited file