Themes: Revert [42788] as it breaks a lot of things.

See #43228

Built from https://develop.svn.wordpress.org/trunk@42816


git-svn-id: http://core.svn.wordpress.org/trunk@42646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2018-03-09 17:00:31 +00:00
parent 63dd79d908
commit d1d60bb22c
2 changed files with 1 additions and 3 deletions

View File

@ -413,8 +413,6 @@ function register_theme_directory( $directory ) {
$wp_theme_directories[] = $untrailed;
}
wp_clean_themes_cache();
return true;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42815';
$wp_version = '5.0-alpha-42816';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.