Changeset 1010 for trunk/wp-settings.php
- Timestamp:
- 03/25/2004 08:10:26 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r957 r1010 69 69 } 70 70 71 71 if (!strstr($_SERVER['REQUEST_URI'], 'wp-admin/plugins.php') && get_settings('active_plugins')) { 72 $current_plugins = explode("\n", (get_settings('active_plugins'))); 73 foreach ($current_plugins as $plugin) { 74 if (file_exists(ABSPATH . 'wp-content/plugins/' . $plugin)) 75 include(ABSPATH . 'wp-content/plugins/' . $plugin); 76 } 77 } 72 78 73 79 ?>
Note: See TracChangeset
for help on using the changeset viewer.