Ticket #21723: 21723.diff
| File 21723.diff, 820 bytes (added by obenland, 9 months ago) |
|---|
-
wp-content/themes/twentytwelve/content-image.php
15 15 16 16 <footer class="entry-meta"> 17 17 <h1><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> 18 <h2>< ?php the_date(); ?></h2>18 <h2><a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><time class="entry-date" datetime="<?php echo get_the_date( 'c' ); ?>" pubdate><?php the_date(); ?></time></a></h2> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post -->
