Ticket #18005: 18005.2.diff
| File 18005.2.diff, 527 bytes (added by ryan, 9 months ago) |
|---|
-
wp-includes/theme.php
1125 1125 */ 1126 1126 function _custom_background_cb() { 1127 1127 // $background is the saved custom image, or the default image. 1128 $background = get_background_image();1128 $background = set_url_scheme( get_background_image() ); 1129 1129 1130 1130 // $color is the saved custom color. 1131 1131 // A default has to be specified in style.css. It will not be printed here.
