Changeset 33734 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r33079 r33734 54 54 exit; 55 55 } 56 foreach ( (array) $themes as $theme )56 foreach ( (array) $themes as $theme ) 57 57 $allowed_themes[ $theme ] = true; 58 58 update_site_option( 'allowedthemes', $allowed_themes ); … … 66 66 exit; 67 67 } 68 foreach ( (array) $themes as $theme )68 foreach ( (array) $themes as $theme ) 69 69 unset( $allowed_themes[ $theme ] ); 70 70 update_site_option( 'allowedthemes', $allowed_themes );
Note: See TracChangeset
for help on using the changeset viewer.