Changeset 14786 for trunk/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 05/21/2010 06:56:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/attachment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/attachment.php
r14708 r14786 52 52 ) 53 53 ); 54 } 54 } 55 55 ?> 56 56 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> … … 83 83 <a href="<?php echo wp_get_attachment_url(); ?>" title="<?php echo esc_attr( get_the_title() ); ?>" rel="attachment"><?php echo basename( get_permalink() ); ?></a> 84 84 <?php endif; ?> 85 </div> 85 </div><!-- .entry-attachment --> 86 86 <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div> 87 87
Note: See TracChangeset
for help on using the changeset viewer.