Changeset 6017
- Timestamp:
- 09/03/2007 04:17:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r6009 r6017 112 112 define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash 113 113 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 114 require (ABSPATH . 'wp-content/db.php');114 require_once (ABSPATH . 'wp-content/db.php'); 115 115 else 116 116 require_once (ABSPATH . WPINC . '/wp-db.php');
Note: See TracChangeset
for help on using the changeset viewer.