Ticket #22943: 22943.2.diff
File 22943.2.diff, 481 bytes (added by , 13 years ago) |
---|
-
wp-content/themes/twentytwelve/content-page.php
10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <header class="entry-header"> 13 <?php the_post_thumbnail(); ?> 13 14 <h1 class="entry-title"><?php the_title(); ?></h1> 14 15 </header> 15 16