Changeset 37203
- Timestamp:
- 04/14/2016 03:49:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r36845 r37203 82 82 $wp_filesystem->delete( WP_LANG_DIR . '/themes/' . $stylesheet . '-' . $translation . '.mo' ); 83 83 } 84 } 85 86 // Remove the theme from allowed themes on the network. 87 if ( is_multisite() ) { 88 WP_Theme::network_disable_theme( $stylesheet ); 84 89 } 85 90
Note: See TracChangeset
for help on using the changeset viewer.