Changeset 16711 for trunk/wp-includes/theme.php
- Timestamp:
- 12/03/2010 10:53:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r16697 r16711 386 386 $stylesheet_files = array_unique($stylesheet_files); 387 387 388 $template_dir = dirname($template_files[0]);389 $stylesheet_dir = dirname($stylesheet_files[0]);388 $template_dir = $template_directory; 389 $stylesheet_dir = $theme_root . '/' . $stylesheet; 390 390 391 391 if ( empty($template_dir) )
Note: See TracChangeset
for help on using the changeset viewer.