diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 9b485f65ab..77ef1971bc 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -91,7 +91,7 @@ function twentyeleven_setup() { // Load up our theme options page and related code. require( dirname( __FILE__ ) . '/inc/theme-options.php' ); - // Grab Twenty Eleven's Epherma widget. + // Grab Twenty Eleven's Ephemera widget. require( dirname( __FILE__ ) . '/inc/widgets.php' ); // Add default posts and comments RSS feed links to . @@ -127,7 +127,7 @@ function twentyeleven_setup() { define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 288 ) ); // We'll be using post thumbnails for custom header images on posts and pages. - // We want them to be 940 pixels wide by 198 pixels tall. + // We want them to be 1000 pixels wide by 288 pixels tall. // Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php. set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );