X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/596d585e1dc1eb25bccd3781e37210a4e2504179..6c8f14c09105d0afa4c1574215c59b5021040e76:/wp-content/themes/twentyeleven/functions.php?ds=sidebyside diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index e9d97ed2..1fc8e659 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -101,7 +101,7 @@ function twentyeleven_setup() { if ( 'dark' == $theme_options['color_scheme'] ) $default_background_color = '1d1d1d'; else - $default_background_color = 'f1f1f1'; + $default_background_color = 'e2e2e2'; // Add support for custom backgrounds. add_theme_support( 'custom-background', array( @@ -131,7 +131,7 @@ function twentyeleven_setup() { // Callback used to display the header preview in the admin. 'admin-preview-callback' => 'twentyeleven_admin_header_image', ); - + add_theme_support( 'custom-header', $custom_header_support ); if ( ! function_exists( 'get_custom_header' ) ) { @@ -221,7 +221,7 @@ function twentyeleven_header_style() { // If no custom options for text are set, let's bail. if ( $text_color == HEADER_TEXTCOLOR ) return; - + // If we get this far, we have custom styles. Let's do this. ?>