Changeset 24131 for trunk/wp-content/themes/twentytwelve/content-image.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-image.php
r22318 r24131 15 15 16 16 <footer class="entry-meta"> 17 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>"rel="bookmark">17 <a href="<?php the_permalink(); ?>" rel="bookmark"> 18 18 <h1><?php the_title(); ?></h1> 19 19 <h2><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo get_the_date(); ?></time></h2>
Note: See TracChangeset
for help on using the changeset viewer.