Encode stylesheet reference. Hit tip: Scott Yang
git-svn-id: http://svn.automattic.com/wordpress/trunk@2642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
06cc5c6677
commit
ee3e50ff3d
|
@ -1408,7 +1408,7 @@ function get_stylesheet_directory() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_stylesheet_directory_uri() {
|
function get_stylesheet_directory_uri() {
|
||||||
$stylesheet = get_stylesheet();
|
$stylesheet = rawurlencode( get_stylesheet() );
|
||||||
$stylesheet_dir_uri = get_theme_root_uri() . "/$stylesheet";
|
$stylesheet_dir_uri = get_theme_root_uri() . "/$stylesheet";
|
||||||
return apply_filters('stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet);
|
return apply_filters('stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue