Ticket #21549: 21549.diff
File 21549.diff, 399 bytes (added by , 13 years ago) |
---|
-
wp-includes/class-wp-theme.php
814 814 else 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 820 820 /**