Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Fix undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsimoxx committed Oct 13, 2023
1 parent 0323c52 commit a06f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ function _custom_background_cb() {
$style .= $image . $position . $size . $repeat . $attachment;
}
?>
<style<?php echo $type_attr; ?> id="custom-background-css">
<style id="custom-background-css">
body.custom-background { <?php echo trim( $style ); ?> }
</style>
<?php
Expand Down

0 comments on commit a06f47a

Please sign in to comment.