Ticket #43228: 43228.diff
| File 43228.diff, 340 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/theme.php
diff --git src/wp-includes/theme.php src/wp-includes/theme.php index 406fa4a310..b86b5f1611 100644
function register_theme_directory( $directory ) { 410 410 $wp_theme_directories[] = $untrailed; 411 411 } 412 412 413 delete_site_transient( 'theme_roots' ); 414 413 415 return true; 414 416 } 415 417