Changeset 24131 for trunk/wp-content/themes/twentytwelve/content-aside.php
- Timestamp:
- 04/29/2013 04:57:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/content-aside.php
r22318 r24131 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <div class="aside"> 13 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark"><?php the_title(); ?></a></h1>13 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 14 14 <div class="entry-content"> 15 15 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.