Changeset 13818 for trunk/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 03/26/2010 05:37:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/attachment.php
r13720 r13818 47 47 48 48 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?> 49 <?php wp_link_pages( 'before=<div class="page-link">' . __( 'Pages:', 'twentyten' ) . '&after=</div>'); ?>49 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> 50 50 51 51 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.