Changeset 8620 for branches/crazyhorse/wp-admin/edit-attachment-rows.php
- Timestamp:
- 08/11/2008 10:52:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-attachment-rows.php
r8339 r8620 64 64 case 'media': 65 65 ?> 66 <td><strong><a href=" media.php?action=edit&attachment_id=<?php the_ID(); ?>" title="<?php echo attribute_escape(sprintf(__('Edit "%s"'), $att_title)); ?>"><?php echo $att_title; ?></a></strong><br />66 <td><strong><a href="<?php echo get_edit_post_link( $post->ID ); ?>" title="<?php echo attribute_escape(sprintf(__('Edit "%s"'), $att_title)); ?>"><?php echo $att_title; ?></a></strong><br /> 67 67 <?php echo strtoupper(preg_replace('/^.*?\.(\w+)$/', '$1', get_attached_file($post->ID))); ?> 68 68 <p> … … 128 128 } 129 129 ?> 130 <<<<<<< .working 130 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 131 135 <?php 132 136 } else {
Note: See TracChangeset
for help on using the changeset viewer.