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