forked from mirror/_s
Merge pull request #326 from innerbot/fix_invalid_color_code
Fixes #325: bug where Appearance > Header hangs on Step 3 due to wpColorPicker error
This commit is contained in:
commit
57868b96a8
|
@ -27,7 +27,7 @@
|
|||
function _s_custom_header_setup() {
|
||||
add_theme_support( 'custom-header', apply_filters( '_s_custom_header_args', array(
|
||||
'default-image' => '',
|
||||
'default-text-color' => '000',
|
||||
'default-text-color' => '000000',
|
||||
'width' => 1000,
|
||||
'height' => 250,
|
||||
'flex-height' => true,
|
||||
|
|
Reference in New Issue