Changeset 1712 for trunk/wp-settings.php
- Timestamp:
- 09/26/2004 06:12:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1597 r1712 79 79 foreach ($current_plugins as $plugin) { 80 80 if ('' != $plugin && file_exists(ABSPATH . 'wp-content/plugins/' . $plugin)) 81 include (ABSPATH . 'wp-content/plugins/' . $plugin);81 include_once(ABSPATH . 'wp-content/plugins/' . $plugin); 82 82 } 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.