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