Twenty Eleven: correct typos in PHP comments
git-svn-id: http://svn.automattic.com/wordpress/trunk@18140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2641254dc5
commit
17f43bea82
|
@ -91,7 +91,7 @@ function twentyeleven_setup() {
|
||||||
// Load up our theme options page and related code.
|
// Load up our theme options page and related code.
|
||||||
require( dirname( __FILE__ ) . '/inc/theme-options.php' );
|
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' );
|
require( dirname( __FILE__ ) . '/inc/widgets.php' );
|
||||||
|
|
||||||
// Add default posts and comments RSS feed links to <head>.
|
// Add default posts and comments RSS feed links to <head>.
|
||||||
|
@ -127,7 +127,7 @@ function twentyeleven_setup() {
|
||||||
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 288 ) );
|
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'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.
|
// 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 );
|
set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue