Changeset 4047 for trunk/wp-content/themes/default/attachment.php
- Timestamp:
- 07/26/2006 05:43:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/attachment.php
r3517 r4047 13 13 <div class="post" id="post-<?php the_ID(); ?>"> 14 14 <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> » <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> 15 <div class="entry text">15 <div class="entry"> 16 16 <p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p> 17 17
Note: See TracChangeset
for help on using the changeset viewer.