Index: /home/cristi/svn/wp/wp-admin/upload.php
===================================================================
--- /home/cristi/svn/wp/wp-admin/upload.php	(revision 10712)
+++ /home/cristi/svn/wp/wp-admin/upload.php	(working copy)
@@ -303,6 +303,7 @@
 	<th scope="col" class="check-column"><input type="checkbox" /></th>
 	<th scope="col"></th>
 	<th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
+	<th scope="col"><?php /* translators: column name in media */ echo _x('Author', 'media column name'); ?></th>
 	<th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
 </tr>
 </thead>
@@ -312,6 +313,7 @@
 	<th scope="col" class="check-column"><input type="checkbox" /></th>
 	<th scope="col"></th>
 	<th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
+	<th scope="col"><?php /* translators: column name in media */ echo _x('Author', 'media column name'); ?></th>
 	<th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
 </tr>
 </tfoot>
@@ -353,7 +355,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 {
