Changeset 48919
- Timestamp:
- 08/31/2020 06:28:54 PM (3 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/class-theme-installer-skin.php
r48677 r48919 207 207 208 208 foreach ( $all_themes as $theme ) { 209 if ( rtrim( $theme->get_stylesheet_directory(), '/' ) !== $folder ) { 209 $stylesheet_dir = wp_normalize_path( $theme->get_stylesheet_directory() ); 210 211 if ( rtrim( $stylesheet_dir, '/' ) !== $folder ) { 210 212 continue; 211 213 }
Note: See TracChangeset
for help on using the changeset viewer.