- Timestamp:
- 04/29/2013 04:57:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-video.php
r23899 r24131 19 19 <?php else : ?> 20 20 <h1 class="entry-title"> 21 <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>21 <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a> 22 22 </h1> 23 23 <?php endif; // is_single() ?>
Note: See TracChangeset
for help on using the changeset viewer.