Changeset 3868 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 06/14/2006 08:47:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3857 r3868 704 704 <th scope="row"><?php echo $post->ID; ?></th> 705 705 <td> 706 <?php echo $pad; ?><?php the_title() ?> 706 <?php echo $pad; ?><?php the_title() ?> 707 <?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td> 707 708 </td> 708 709 <td><?php the_author() ?></td>
Note: See TracChangeset
for help on using the changeset viewer.