From a06f47aad359406897613b673505ea3e07b44815 Mon Sep 17 00:00:00 2001 From: xxsimoxx Date: Fri, 13 Oct 2023 11:27:37 +0200 Subject: [PATCH] Fix undefined var --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 7ce5b0bbfb..e2584d42d3 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1857,7 +1857,7 @@ function _custom_background_cb() { $style .= $image . $position . $size . $repeat . $attachment; } ?> - id="custom-background-css"> +