diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 48d6adf5c7..0523ffbe4a 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -3003,7 +3003,7 @@ function add_custom_image_header( $wp_head_callback = '', $admin_head_callback = $args['admin-head-callback'] = $admin_head_callback; if ( $admin_preview_callback ) $args['admin-preview-callback'] = $admin_preview_callback; - return add_theme_support( 'custom-background', $args ); + return add_theme_support( 'custom-header', $args ); } /**