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
This commit is contained in:
parent
e6fbceae9f
commit
d630354913
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue