X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f6364df6999f38896cc58171ec4a503f4f2dedcf..e9d988989fe37ab8c5f903e47fbe36e6e00dc51f:/wp-includes/theme.php?ds=sidebyside diff --git a/wp-includes/theme.php b/wp-includes/theme.php index c2960557..14176ac7 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1435,7 +1435,7 @@ function get_header_image() { else $url = str_replace( 'https://', 'http://', $url ); - return $url; + return esc_url_raw( $url ); } /**