Changeset 20161 for trunk/wp-includes/theme.php
- Timestamp:
- 03/08/2012 06:00:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r20152 r20161 35 35 $root_of_current_theme = get_raw_theme_root( $current_theme ); 36 36 if ( ! in_array( $root_of_current_theme, $wp_theme_directories ) ) 37 $root_of_current_theme = WP_CONTENT_DIR . $ current_theme_root;37 $root_of_current_theme = WP_CONTENT_DIR . $root_of_current_theme; 38 38 $_theme_directories[ $current_theme ]['theme_root'] = $root_of_current_theme; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.