Changeset 6864
- Timestamp:
- 02/15/08 22:40:02 (9 months ago)
- Files:
-
- trunk/wp-admin/edit-post-rows.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-post-rows.php
r6856 r6864 65 65 break; 66 66 case 'title': 67 $title = get_the_title(); 68 if ( empty($title) ) 69 $title = __('(no title)'); 67 70 ?> 68 <td><strong><a href="post.php?action=edit&post=<?php the_ID(); ?>"><?php the_title()?></a></strong>71 <td><strong><a href="post.php?action=edit&post=<?php the_ID(); ?>"><?php echo $title ?></a></strong> 69 72 <?php if ('private' == $post->post_status) _e(' — <strong>Private</strong>'); ?></td> 70 73 <?php
