Index: /home/cristi/svn/wp-legacy/wp-admin/upload.php
===================================================================
--- /home/cristi/svn/wp-legacy/wp-admin/upload.php	(revision 10712)
+++ /home/cristi/svn/wp-legacy/wp-admin/upload.php	(working copy)
@@ -302,6 +302,7 @@
 	<th scope="col" class="check-column"><input type="checkbox" /></th>
 	<th scope="col"></th>
 	<th scope="col"><?php echo _c('Media|media column header'); ?></th>
+	<th scope="col"><?php echo _c('Author|media column header'); ?></th>
 	<th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
 </tr>
 </thead>
@@ -311,6 +312,7 @@
 	<th scope="col" class="check-column"><input type="checkbox" /></th>
 	<th scope="col"></th>
 	<th scope="col"><?php echo _c('Media|media column header'); ?></th>
+	<th scope="col"><?php echo _c('Author|media column header'); ?></th>
 	<th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
 </tr>
 </tfoot>
@@ -351,7 +353,7 @@
 			echo "<span class='$action'>$link$sep</span>";
 		} ?>
 		</p></td>
-
+		<td><?php $author = get_userdata($post->post_author); echo $author->display_name; ?></td>
 <?php	if ( '0000-00-00 00:00:00' == $post->post_date && 'date' == $column_name ) {
 			$t_time = $h_time = __('Unpublished');
 		} else {
