Ticket #20448: 20448-remove-bg-image.2.diff
File 20448-remove-bg-image.2.diff, 538 bytes (added by , 12 years ago) |
---|
-
wp-includes/theme.php
1129 1129 $attachment = " background-attachment: $attachment;"; 1130 1130 1131 1131 $style .= $image . $repeat . $position . $attachment; 1132 } else if ( '' === $background && get_theme_support( 'custom-background', 'default-image' ) ) { 1133 $image = " background-image: none;"; 1134 $style .= $image; 1132 1135 } 1133 1136 ?> 1134 1137 <style type="text/css" id="custom-background-css">