Changeset 8677 for branches/crazyhorse/wp-admin/edit-attachment-rows.php
- Timestamp:
- 08/19/2008 11:01:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-attachment-rows.php
r8620 r8677 128 128 } 129 129 ?> 130 <<<<<<< .working 131 <td><strong><a href="post.php?action=edit&post=<?php echo $post->post_parent; ?>"><?php echo $title ?></a></strong>, <?php echo get_the_time(__('Y/m/d')); ?></td> 132 ======= 133 <td><strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"><?php echo $title ?></a></strong></td> 134 >>>>>>> .merge-right.r8619 130 <td><strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"><?php echo $title ?></a></strong>, <?php echo get_the_time(__('Y/m/d')); ?></td> 135 131 <?php 136 132 } else {
Note: See TracChangeset
for help on using the changeset viewer.