Changeset 1521 for trunk/wp-settings.php
- Timestamp:
- 08/09/2004 05:42:53 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1513 r1521 81 81 } 82 82 83 if ( !strstr($_SERVER['PHP_SELF'], 'wp-admin/plugins.php') && get_settings('active_plugins')) {84 $current_plugins = explode("\n", (get_settings('active_plugins')));83 if ( get_settings('active_plugins') ) { 84 $current_plugins = explode("\n", get_settings('active_plugins') ); 85 85 foreach ($current_plugins as $plugin) { 86 86 if (file_exists(ABSPATH . 'wp-content/plugins/' . $plugin))
Note: See TracChangeset
for help on using the changeset viewer.