#10866 closed defect (bug) (fixed)
mysql2date: wrong parameter order in wp-admin/includes/media.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Administration | Version: | 2.8.4 |
| Severity: | normal | Keywords: | mysql2date media.php has-patch |
| Cc: | sudar@… |
Description
In wp-admin/includes/media.php:1185 function get_media_item the parameters of mysql2date are in the wrong order:
<tr><td>" . mysql2date($post->post_date, get_option('time_format')) . "</td></tr>
Attachments (1)
Change History (5)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I was about to create a ticket for this, but discovered your ticket.