Ticket #4597: 5790.diff
| File 5790.diff, 603 bytes (added by , 19 years ago) |
|---|
-
E:/xampp/eclipse/workspace/wptrunk/wp-settings.php
96 96 if ( !defined('PLUGINDIR') ) 97 97 define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash 98 98 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 99 require (ABSPATH . 'wp-content/db.php');99 require_once (ABSPATH . 'wp-content/db.php'); 100 100 else 101 101 require_once (ABSPATH . WPINC . '/wp-db.php'); 102 102