Changeset 46696 for trunk/src/wp-includes/theme.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r46660 r46696 80 80 $themes[ $theme ] = $_themes[ $theme_root['theme_root'] . '/' . $theme ]; 81 81 } else { 82 $themes[ $theme ] = new WP_Theme( $theme, $theme_root['theme_root'] ); 82 $themes[ $theme ] = new WP_Theme( $theme, $theme_root['theme_root'] ); 83 83 84 $_themes[ $theme_root['theme_root'] . '/' . $theme ] = $themes[ $theme ]; 84 85 }
Note: See TracChangeset
for help on using the changeset viewer.