From dfc0e2a76ee90e18a23fbf05159154c6ac1e5a4e Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Thu, 12 Sep 2024 15:21:48 -0400 Subject: [PATCH] Update src/wp-includes/theme.php Co-authored-by: Mukesh Panchal --- src/wp-includes/theme.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 1121e2a23e720..37db1db2d5115 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1498,7 +1498,6 @@ function header_image() { * @return array */ function get_uploaded_header_images() { - $stylesheet = get_option( 'stylesheet' ); $transient_key = 'uploaded_header_images' . $stylesheet; $header_images = get_transient( $transient_key );