Changeset 24131 for trunk/wp-content/themes/twentyeleven/content-quote.php
- Timestamp:
- 04/29/2013 04:57:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-quote.php
r22199 r24131 12 12 <header class="entry-header"> 13 13 <hgroup> 14 <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>14 <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> 15 15 <h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3> 16 16 </hgroup>
Note: See TracChangeset
for help on using the changeset viewer.