Media column changes

git-svn-id: http://svn.automattic.com/wordpress/trunk@9180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-10-15 05:39:40 +00:00
parent 8663b8e8a4
commit 0b2c0cf5ba
2 changed files with 10 additions and 5 deletions

View File

@@ -94,6 +94,12 @@ foreach ($posts_columns as $column_name => $column_display_name ) {
<?php
break;
case 'author':
?>
<td <?php echo $attributes ?>><?php the_author() ?></td>
<?php
break;
case 'tags':
?>
<td <?php echo $attributes ?>><?php