Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -782,7 +782,9 @@ |
783 | 783 | $row .= '</td>'; |
784 | 784 | |
785 | 785 | // Image dimensions |
786 | | - // FIXME: What about sound files? Should have the duration instead... |
| 786 | + // FIXME: It would be nice to show the duration (sound files) or |
| 787 | + // width/height/duration (video files) here, but this needs some |
| 788 | + // additional media handler work |
787 | 789 | $row .= '<td>' . wfMsgHtml( 'widthheight', $width, $height ) . '</td>'; |
788 | 790 | |
789 | 791 | // File size |