Changeset 5431 for branches/2.2/wp-admin/upgrade-functions.php
- Timestamp:
- 05/10/2007 04:31:49 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-admin/upgrade-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/upgrade-functions.php
r5394 r5431 1113 1113 $plugins = __get_option( 'active_plugins' ); 1114 1114 1115 foreach ( $plugins as $plugin ) {1115 foreach ( (array) $plugins as $plugin ) { 1116 1116 if ( basename( $plugin ) == 'widgets.php' ) { 1117 1117 array_splice( $plugins, array_search( $plugin, $plugins ), 1 );
Note: See TracChangeset
for help on using the changeset viewer.