summaryrefslogtreecommitdiffstats
path: root/wp-includes/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/theme.php')
-rw-r--r--wp-includes/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/theme.php b/wp-includes/theme.php
index aa5f385..6376075 100644
--- a/wp-includes/theme.php
+++ b/wp-includes/theme.php
@@ -337,7 +337,7 @@ function get_theme_root() {
}
function get_theme_root_uri() {
- return apply_filters('theme_root_uri', WP_CONTENT_URL . "/themes", get_option('siteurl'));
+ return apply_filters('theme_root_uri', content_url('themes'), get_option('siteurl'));
}
function get_query_template($type) {