Changeset 9041 for trunk/wp-admin/upload.php
- Timestamp:
- 09/30/2008 09:32:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r9032 r9041 321 321 foreach ( $orphans as $post ) { 322 322 $class = 'alternate' == $class ? '' : 'alternate'; 323 $att_title = empty($post->post_title) ? __('(no title)') : wp_specialchars( apply_filters('the_title', $post->post_title) );323 $att_title = wp_specialchars( _draft_or_post_title($post->ID) ); 324 324 ?> 325 325 <tr id='post-<?php echo $post->ID; ?>' class='<?php echo $class; ?>' valign="top">
Note: See TracChangeset
for help on using the changeset viewer.