X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..85ad385665744d9cc3bcd939906309be7268edb3:/wp-admin/custom-background.php diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 97656089..e5666e71 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -179,7 +179,6 @@ class Custom_Background { function admin_page() { ?>
-

updated) ) { ?>
@@ -206,8 +205,8 @@ if ( get_background_image() ) { $background_image_thumb = esc_url( set_url_scheme( get_theme_mod( 'background_image_thumb', str_replace( '%', '%%', get_background_image() ) ) ) ); // background-image URL must be single quote, see below $background_styles .= ' background-image: url(\'' . $background_image_thumb . '\');' - . ' background-repeat: ' . get_theme_mod('background_repeat', 'repeat') . ';' - . ' background-position: top ' . get_theme_mod('background_position_x', 'left'); + . ' background-repeat: ' . get_theme_mod( 'background_repeat', get_theme_support( 'custom-background', 'default-repeat' ) ) . ';' + . ' background-position: top ' . get_theme_mod( 'background_position_x', get_theme_support( 'custom-background', 'default-position-x' ) ); } ?>
@@ -277,15 +276,15 @@ if ( get_background_image() ) {
@@ -294,10 +293,10 @@ if ( get_background_image() ) {
- - - - + + + +
@@ -305,12 +304,12 @@ if ( get_background_image() ) {