Changeset 17802 for trunk/wp-content/themes/twentyeleven/content.php
- Timestamp:
- 05/04/2011 10:54:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content.php
r17791 r17802 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <header class="entry-header"> 13 <?php if ( is_sticky() ) : ?> 14 <hgroup> 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> 16 <h2 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h2> 17 </hgroup> 18 <?php else : ?> 13 19 <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> 20 <?php endif; ?> 14 21 15 22 <?php if ( 'post' == $post->post_type ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.