From d89bf58bd37ca3749f29f3fa44ea2fe61853bf74 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 1 Oct 2009 17:50:28 +0000 Subject: [PATCH] Pass args to mysql2date() in the correct order. Props filosofo, fabifott. fixes #10866 git-svn-id: http://svn.automattic.com/wordpress/trunk@11989 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index eabf3e0659..a5c6c77bea 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -1182,7 +1182,7 @@ function get_media_item( $attachment_id, $args = null ) { $filename $post->post_mime_type - " . mysql2date($post->post_date, get_option('time_format')) . " + " . mysql2date(get_option('time_format'), $post->post_date) . " " . apply_filters('media_meta', $media_dims, $post) . " $image_edit_button