Changeset 21503
- Timestamp:
- 08/14/2012 06:38:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r21414 r21503 815 815 $theme_root_uri = $this->get_theme_root_uri(); 816 816 817 return $theme_root . '/' . $this->template;817 return $theme_root_uri . '/' . $this->template; 818 818 } 819 819
Note: See TracChangeset
for help on using the changeset viewer.