Make WordPress Core

Ticket #22943: 22943.2.diff

File 22943.2.diff, 481 bytes (added by MikeHansenMe, 13 years ago)

New patch that leaves support open for other post types

  • wp-content/themes/twentytwelve/content-page.php

     
    1010
    1111        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212                <header class="entry-header">
     13                        <?php the_post_thumbnail(); ?>
    1314                        <h1 class="entry-title"><?php the_title(); ?></h1>
    1415                </header>
    1516