[wp-trac] [WordPress Trac] #23181: Clear Notice from reset_header_image() method in Custom_Image_Header class
WordPress Trac
noreply at wordpress.org
Sun Jan 13 19:21:37 UTC 2013
#23181: Clear Notice from reset_header_image() method in Custom_Image_Header class
--------------------------+------------------------------
Reporter: wpsmith | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by wpsmith):
If you add the following to TwentyTwelve, it produces the same error.
{{{
add_theme_support(
'custom-header',
array(
'default-image' => 'http://domain.com/wp-
content/themes/twentytwelve/images/header.png', //Ensure image is there
'header-text' => '',
'default-text-color' => 'blank',
'width' => 350,
'height' => 100,
'random-default' => false,
)
);
}}}
Here's a screencast:
http://screencast.com/t/T0fTxyCZbH8G
Please note while the video demonstrates it with a Genesis Child theme
image, this was tested in both Genesis, TwentyEleven, and TwentyTwelve.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23181#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list