From d6303549135ecbb9116871c79a93248eae32b5ac Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Sun, 25 Apr 2010 01:02:51 +0000 Subject: [PATCH] In twentyten, use path.jpg as the default header image git-svn-id: http://svn.automattic.com/wordpress/trunk@14227 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 5545f48187..6fdefec449 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -100,7 +100,7 @@ function twentyten_setup() { // Your changeable header business starts here define( 'HEADER_TEXTCOLOR', '' ); // No CSS, just IMG call. The %s is a placeholder for the theme template directory URI. - define( 'HEADER_IMAGE', '%s/images/headers/forestfloor.jpg' ); + define( 'HEADER_IMAGE', '%s/images/headers/path.jpg' ); // The height and width of your custom header. You can hook into the theme's own filters to change these values. // Add a filter to twentyten_header_image_width and twentyten_header_image_height to change these values.