- Timestamp:
- 06/23/2011 11:03:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-gallery.php
r18312 r18335 14 14 <header class="entry-header"> 15 15 <hgroup> 16 <h 1 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></h1>17 <h 2 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h2>16 <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> 17 <h3 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h3> 18 18 </hgroup> 19 19
Note: See TracChangeset
for help on using the changeset viewer.