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:
Ian Stewart 2013-11-04 09:18:24 -08:00
commit 57868b96a8
1 changed files with 1 additions and 1 deletions

View File

@ -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,