Make WordPress Core


Ignore:
Timestamp:
06/04/2011 03:54:47 PM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: correct typos in PHP comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/functions.php

    r18117 r18140  
    9292    require( dirname( __FILE__ ) . '/inc/theme-options.php' );
    9393
    94     // Grab Twenty Eleven's Epherma widget.
     94    // Grab Twenty Eleven's Ephemera widget.
    9595    require( dirname( __FILE__ ) . '/inc/widgets.php' );
    9696
     
    128128
    129129    // We'll be using post thumbnails for custom header images on posts and pages.
    130     // We want them to be 940 pixels wide by 198 pixels tall.
     130    // We want them to be 1000 pixels wide by 288 pixels tall.
    131131    // Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php.
    132132    set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );
Note: See TracChangeset for help on using the changeset viewer.