Changeset 14935 for trunk/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 05/26/2010 05:35:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/attachment.php
r14932 r14935 16 16 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> 17 17 18 <p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php esc_attr( printf( __( 'Return to %s', 'twentyten' ), get_the_title( $post->post_parent ) ) ); ?>" rel="gallery">← <?php echo get_the_title( $post->post_parent ); ?></a></p> 18 <p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php esc_attr( printf( __( 'Return to %s', 'twentyten' ), get_the_title( $post->post_parent ) ) ); ?>" rel="gallery"><?php 19 /* translators: %s - title of parent post */ 20 printf( __( '<span class="meta-nav">←</span> %s' ), get_the_title( $post->post_parent ) ); 21 ?></a></p> 19 22 20 23 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)