Changeset 21615
- Timestamp:
- 08/25/2012 04:32:01 AM (13 years ago)
- Location:
- branches/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4
-
branches/3.4/wp-includes/class-wp-theme.php
r21120 r21615 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.