#10866 closed defect (bug) (fixed)
mysql2date: wrong parameter order in wp-admin/includes/media.php
Reported by: | fabifott | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.4 |
Component: | Administration | Keywords: | mysql2date media.php has-patch |
Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
I was about to create a ticket for this, but discovered your ticket.