Changeset 6980 for trunk/wp-admin/edit-post-rows.php
- Timestamp:
- 02/22/2008 05:30:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-post-rows.php
r6936 r6980 69 69 $title = __('(no title)'); 70 70 ?> 71 <td><strong><a href="post.php?action=edit& post=<?php the_ID(); ?>"><?php echo $title ?></a></strong>71 <td><strong><a href="post.php?action=edit&post=<?php the_ID(); ?>"><?php echo $title ?></a></strong> 72 72 <?php if ('private' == $post->post_status) _e(' — <strong>Private</strong>'); ?></td> 73 73 <?php
Note: See TracChangeset
for help on using the changeset viewer.