diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php
index e796495183..921bd853b1 100644
--- a/wp-admin/custom-background.php
+++ b/wp-admin/custom-background.php
@@ -234,7 +234,8 @@ if ( get_background_image() ) {
-
+
+
|
diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php
index 0233d2b22e..2b22111513 100644
--- a/wp-admin/custom-header.php
+++ b/wp-admin/custom-header.php
@@ -637,7 +637,8 @@ var farbtastic;
|
+ $default_image = get_theme_support( 'custom-header', 'default-image' );
+ if ( $default_image && get_header_image() != $default_image ) : ?>
|
|