Changeset 24131 for trunk/wp-content/themes/twentythirteen/content.php
- Timestamp:
- 04/29/2013 04:57:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content.php
r23680 r24131 21 21 <?php else : ?> 22 22 <h1 class="entry-title"> 23 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentythirteen' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark"><?php the_title(); ?></a>23 <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> 24 24 </h1> 25 25 <?php endif; // is_single() ?>
Note: See TracChangeset
for help on using the changeset viewer.