Changeset 8301 for trunk/wp-includes/theme.php
- Timestamp:
- 07/09/2008 05:24:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r8252 r8301 338 338 339 339 function 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')); 341 341 } 342 342
Note: See TracChangeset
for help on using the changeset viewer.