Changeset 21063
- Timestamp:
- 06/12/2012 03:57:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r21054 r21063 99 99 $theme_root = get_raw_theme_root( $stylesheet ); 100 100 if ( false === $theme_root ) 101 $theme_root = WP_CONTENT_DIR . $theme_root;101 $theme_root = WP_CONTENT_DIR . '/themes'; 102 102 elseif ( ! in_array( $theme_root, (array) $wp_theme_directories ) ) 103 103 $theme_root = WP_CONTENT_DIR . $theme_root;
Note: See TracChangeset
for help on using the changeset viewer.