Pass args to mysql2date() in the correct order. Props filosofo, fabifott. fixes #10866

git-svn-id: https://develop.svn.wordpress.org/trunk@11989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-10-01 17:50:28 +00:00
parent 21ff869024
commit 3f0243f75e
1 changed files with 1 additions and 1 deletions

View File

@ -1182,7 +1182,7 @@ function get_media_item( $attachment_id, $args = null ) {
<td>$filename</td>
</tr>
<tr><td>$post->post_mime_type</td></tr>
<tr><td>" . mysql2date($post->post_date, get_option('time_format')) . "</td></tr>
<tr><td>" . mysql2date(get_option('time_format'), $post->post_date) . "</td></tr>
<tr><td>" . apply_filters('media_meta', $media_dims, $post) . "</td></tr>
<tr><td class='A1B1'>$image_edit_button</td></tr>
</thead>