diff --git a/src/wp-content/themes/twentyeleven/functions.php b/src/wp-content/themes/twentyeleven/functions.php
index fffa55c966..7ed66a0eb7 100644
a
|
b
|
if ( ! function_exists( 'twentyeleven_setup' ) ) : |
213 | 213 | define( 'HEADER_IMAGE_WIDTH', $custom_header_support['width'] ); |
214 | 214 | define( 'HEADER_IMAGE_HEIGHT', $custom_header_support['height'] ); |
215 | 215 | add_custom_image_header( $custom_header_support['wp-head-callback'], $custom_header_support['admin-head-callback'], $custom_header_support['admin-preview-callback'] ); |
216 | | add_custom_background(); |
| 216 | add_theme_support( 'custom-background' ); |
217 | 217 | } |
218 | 218 | |
219 | 219 | /* |