Changeset 20524
- Timestamp:
- 04/19/2012 03:33:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r20520 r20524 99 99 $theme_root = get_raw_theme_root( $stylesheet ); 100 100 if ( false === $theme_root ) 101 return false; 102 103 if ( ! in_array( $theme_root, (array) $wp_theme_directories ) ) 101 $theme_root = WP_CONTENT_DIR . $theme_root; 102 elseif ( ! in_array( $theme_root, (array) $wp_theme_directories ) ) 104 103 $theme_root = WP_CONTENT_DIR . $theme_root; 105 104 }
Note: See TracChangeset
for help on using the changeset viewer.