Changeset 17788 for trunk/wp-content/themes/twentyeleven/content-link.php
- Timestamp:
- 05/02/2011 09:11:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-link.php
r17787 r17788 13 13 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 14 14 <header class="entry-header"> 15 <h1 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> 15 <hgroup> 16 <h1 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 <h2 class="entry-format">Link</h2> 18 </hgroup> 16 19 17 20 <?php if ( 'post' == $post->post_type ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.