Make WordPress Core


Ignore:
Timestamp:
05/21/2010 06:56:27 PM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/attachment.php

    r14708 r14786  
    5252                                    )
    5353                                );
    54                             }                           
     54                            }
    5555                        ?>
    5656                        <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
     
    8383                        <a href="<?php echo wp_get_attachment_url(); ?>" title="<?php echo esc_attr( get_the_title() ); ?>" rel="attachment"><?php echo basename( get_permalink() ); ?></a>
    8484<?php endif; ?>
    85                         </div>
     85                        </div><!-- .entry-attachment -->
    8686                        <div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
    8787
Note: See TracChangeset for help on using the changeset viewer.