Changeset 22199 for trunk/wp-content/themes/twentyeleven/content-image.php
- Timestamp:
- 10/11/2012 09:30:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-image.php
r21368 r22199 13 13 <header class="entry-header"> 14 14 <hgroup> 15 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>15 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> 16 16 <h3 class="entry-format"><?php _e( 'Image', 'twentyeleven' ); ?></h3> 17 17 </hgroup>
Note: See TracChangeset
for help on using the changeset viewer.