Make WordPress Core


Ignore:
Timestamp:
10/15/2008 05:39:40 AM (15 years ago)
Author:
ryan
Message:

Media column changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-attachment-rows.php

    r9041 r9180  
    9292        }
    9393        ?></p></td>
     94        <?php
     95        break;
     96
     97    case 'author':
     98        ?>
     99        <td <?php echo $attributes ?>><?php the_author() ?></td>
    94100        <?php
    95101        break;
Note: See TracChangeset for help on using the changeset viewer.