Ticket #34182: 34182.diff
File 34182.diff, 476 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/theme.php
83 83 } 84 84 } 85 85 86 // Remove the theme from allowed themes on the network. 87 if ( is_multisite() ) { 88 WP_Theme::network_disable_theme( $stylesheet ); 89 } 90 86 91 // Force refresh of theme update information. 87 92 delete_site_transient( 'update_themes' ); 88 93