[wp-trac] [WordPress Trac] #15921: date column filter in media list table
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 20 18:25:49 UTC 2010
#15921: date column filter in media list table
-------------------------+-----------------------------
Reporter: gonahkar | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Date/Time | Version: 3.1
Severity: normal | Keywords: media table
-------------------------+-----------------------------
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>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15921>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list