Changeset 8484 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 07/29/2008 05:22:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-attachment-rows.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r7831 r8484 55 55 case 'media': 56 56 ?> 57 <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 />57 <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 /> 58 58 <?php echo strtoupper(preg_replace('/^.*?\.(\w+)$/', '$1', get_attached_file($post->ID))); ?> 59 59 <?php do_action('manage_media_media_column', $post->ID); ?> … … 98 98 } 99 99 ?> 100 <td><strong><a href=" post.php?action=edit&post=<?php echo $post->post_parent; ?>"><?php echo $title ?></a></strong></td>100 <td><strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"><?php echo $title ?></a></strong></td> 101 101 <?php 102 102 } else {
Note: See TracChangeset
for help on using the changeset viewer.