~ubuntu-branches/debian/jessie/wordpress/jessie

« back to all changes in this revision

Viewing changes to wp-content/themes/twentytwelve/content.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-17 20:56:19 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20140417205619-nurbet6eho4yvwfv
Tags: 3.9+dfsg-1
* New upstream release
* 3.9 seems to handle different locations for plugins so the
  plugin directory handling patches have been cut back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                </div>
18
18
                <?php endif; ?>
19
19
                <header class="entry-header">
20
 
                        <?php the_post_thumbnail(); ?>
 
20
                        <?php if ( ! post_password_required() && ! is_attachment() ) :
 
21
                                the_post_thumbnail();
 
22
                        endif; ?>
 
23
 
21
24
                        <?php if ( is_single() ) : ?>
22
25
                        <h1 class="entry-title"><?php the_title(); ?></h1>
23
26
                        <?php else : ?>