Ticket #13235: 13235.2.diff
File 13235.2.diff, 594 bytes (added by , 14 years ago) |
---|
-
wp-admin/upload.php
425 425 echo "<span class='$action'>$link$sep</span>"; 426 426 } ?> 427 427 </div></td> 428 <td class="author column-author"><?php $author = get_userdata($post->post_author); echo $author->display_name; ?></td>428 <td class="author column-author"><?php the_author(); ?></td> 429 429 <?php if ( '0000-00-00 00:00:00' == $post->post_date && 'date' == $column_name ) { 430 430 $t_time = $h_time = __('Unpublished'); 431 431 } else {