Changeset 1529 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 08/10/2004 07:24:31 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r1522 r1529 926 926 927 927 if ( !is_array( get_settings('active_plugins') ) ) { 928 $plugins = explode("\n", get_settings('active_plugins') );928 $plugins = explode("\n", trim(get_settings('active_plugins')) ); 929 929 update_option('active_plugins', $plugins); 930 930 }
Note: See TracChangeset
for help on using the changeset viewer.