Changeset 6980 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 02/22/2008 05:30:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r6974 r6980 47 47 case 'media': 48 48 ?> 49 <td><strong><a href="# TODO: upload.php?action=edit& post=<?php the_ID(); ?>"><?php the_title(); ?></a></strong><br />49 <td><strong><a href="# TODO: upload.php?action=edit&post=<?php the_ID(); ?>"><?php the_title(); ?></a></strong><br /> 50 50 <?php echo strtoupper(preg_replace('/^.*?\.(\w+)$/', '$1', $post->guid)); ?> 51 51 <?php do_action('manage_media_media_column', $post->ID); ?> … … 86 86 $title = __('(no title)'); 87 87 ?> 88 <td><strong><a href="post.php?action=edit& post=<?php echo $post->post_parent; ?>"><?php echo $title ?></a></strong></td>88 <td><strong><a href="post.php?action=edit&post=<?php echo $post->post_parent; ?>"><?php echo $title ?></a></strong></td> 89 89 <?php 90 90 break;
Note: See TracChangeset
for help on using the changeset viewer.