Ticket #9282: detached-2.7.patch
| File detached-2.7.patch, 1.2 KB (added by , 17 years ago) |
|---|
-
home/cristi/svn/wp-legacy/wp-admin/upload.php
302 302 <th scope="col" class="check-column"><input type="checkbox" /></th> 303 303 <th scope="col"></th> 304 304 <th scope="col"><?php echo _c('Media|media column header'); ?></th> 305 <th scope="col"><?php echo _c('Author|media column header'); ?></th> 305 306 <th scope="col"><?php echo _c('Date Added|media column header'); ?></th> 306 307 </tr> 307 308 </thead> … … 311 312 <th scope="col" class="check-column"><input type="checkbox" /></th> 312 313 <th scope="col"></th> 313 314 <th scope="col"><?php echo _c('Media|media column header'); ?></th> 315 <th scope="col"><?php echo _c('Author|media column header'); ?></th> 314 316 <th scope="col"><?php echo _c('Date Added|media column header'); ?></th> 315 317 </tr> 316 318 </tfoot> … … 351 353 echo "<span class='$action'>$link$sep</span>"; 352 354 } ?> 353 355 </p></td> 354 356 <td><?php $author = get_userdata($post->post_author); echo $author->display_name; ?></td> 355 357 <?php if ( '0000-00-00 00:00:00' == $post->post_date && 'date' == $column_name ) { 356 358 $t_time = $h_time = __('Unpublished'); 357 359 } else {