scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wordpress 3.1.3
[autoinstalls/wordpress.git]
/
wp-includes
/
theme.php
diff --git
a/wp-includes/theme.php
b/wp-includes/theme.php
index c2960557db893f5742a134e9ce8b3eb5c206acb0..14176ac7123fa992ecc146c32ae50cf5a6e61ac2 100644
(file)
--- 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 );
else
$url = str_replace( 'https://', 'http://', $url );
- return
$url
;
+ return
esc_url_raw( $url )
;
}
/**
}
/**