- Timestamp:
- 12/19/2020 08:43:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r49539 r49840 25 25 if ( ! empty( $post->post_parent ) ) : 26 26 /* translators: %s: Post title. */ 27 $post_ti le = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) );27 $post_title = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ); 28 28 ?> 29 29 <p class="page-title"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="gallery">
Note: See TracChangeset
for help on using the changeset viewer.