Changeset 33734 for trunk/src/wp-admin/network/site-themes.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-themes.php
r33641 r33734 97 97 $action = 'enabled'; 98 98 $n = count( $themes ); 99 foreach ( (array) $themes as $theme )99 foreach ( (array) $themes as $theme ) 100 100 $allowed_themes[ $theme ] = true; 101 101 } else { … … 110 110 $action = 'disabled'; 111 111 $n = count( $themes ); 112 foreach ( (array) $themes as $theme )112 foreach ( (array) $themes as $theme ) 113 113 unset( $allowed_themes[ $theme ] ); 114 114 } else {
Note: See TracChangeset
for help on using the changeset viewer.