Changeset 1026
- Timestamp:
- 08/08/07 08:28:50 (1 year ago)
- Files:
-
- trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1005 r1026 101 101 } 102 102 103 if ( !defined('PLUGINDIR') )104 define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash105 103 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 106 104 require (ABSPATH . 'wp-content/db.php'); … … 267 265 require (ABSPATH . WPINC . '/vars.php'); 268 266 267 if ( !defined('PLUGINDIR') ) 268 define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash 269 269 if ( get_option('active_plugins') ) { 270 270 $current_plugins = get_option('active_plugins');
