From c3a0ee726854e5578c3b08c8d68b56b59c9ffd69 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 29 Jul 2007 18:53:40 +0000 Subject: [PATCH] Note --- includes/ImagePage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 95c7286d72..db2846bcef 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -782,7 +782,9 @@ class ImageHistoryList { $row .= ''; // Image dimensions - // FIXME: What about sound files? Should have the duration instead... + // FIXME: It would be nice to show the duration (sound files) or + // width/height/duration (video files) here, but this needs some + // additional media handler work $row .= '' . wfMsgHtml( 'widthheight', $width, $height ) . ''; // File size -- 2.20.1