Make WordPress Core


Ignore:
Timestamp:
07/09/2008 05:24:36 PM (16 years ago)
Author:
ryan
Message:

Introduce content_url(). Don't prepend base url to content url in script loader. see #6938 #7001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r8252 r8301  
    338338
    339339function get_theme_root_uri() {
    340     return apply_filters('theme_root_uri', WP_CONTENT_URL . "/themes", get_option('siteurl'));
     340    return apply_filters('theme_root_uri', content_url('themes'), get_option('siteurl'));
    341341}
    342342
Note: See TracChangeset for help on using the changeset viewer.