]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/theme.php
Wordpress 3.1.3
[autoinstalls/wordpress.git] / wp-includes / theme.php
index c2960557db893f5742a134e9ce8b3eb5c206acb0..14176ac7123fa992ecc146c32ae50cf5a6e61ac2 100644 (file)
@@ -1435,7 +1435,7 @@ function get_header_image() {
        else
                $url = str_replace( 'https://', 'http://', $url );
 
-       return $url;
+       return esc_url_raw( $url );
 }
 
 /**