Make WordPress Core


Ignore:
Timestamp:
05/04/2010 07:01:09 AM (15 years ago)
Author:
nacin
Message:

Twenty Ten spacing and string cleanups. props zeo, markmcwilliams. see #13198. Add a twentyten_credits filter, props nathanrice, fixes #12804. Also clean up the generator/credits string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/header.php

    r14388 r14433  
    5656                <?php
    5757                    // Check if this is a post or page, if it has a thumbnail, and if it's a big one
    58                     if (    is_singular() &&
     58                    if ( is_singular() &&
    5959                            has_post_thumbnail( $post->ID ) &&
    6060                            ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail') ) &&
Note: See TracChangeset for help on using the changeset viewer.