Changeset 4972 for trunk/wp-settings.php
- Timestamp:
- 03/06/2007 05:47:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4926 r4972 202 202 if ( is_array($current_plugins) ) { 203 203 foreach ($current_plugins as $plugin) { 204 if ('' != $plugin && file_exists(ABSPATH . 'wp-content/plugins/' . $plugin))205 include_once(ABSPATH . 'wp-content/plugins/' . $plugin);204 if ('' != $plugin && file_exists(ABSPATH . PLUGINDIR . '/' . $plugin)) 205 include_once(ABSPATH . PLUGINDIR . '/' . $plugin); 206 206 } 207 207 }
Note: See TracChangeset
for help on using the changeset viewer.