Make WordPress Core

Ticket #4597: 5790.diff

File 5790.diff, 603 bytes (added by intoxination, 19 years ago)
  • E:/xampp/eclipse/workspace/wptrunk/wp-settings.php

     
    9696if ( !defined('PLUGINDIR') )
    9797        define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash
    9898if ( file_exists(ABSPATH . 'wp-content/db.php') )
    99         require (ABSPATH . 'wp-content/db.php');
     99        require_once (ABSPATH . 'wp-content/db.php');
    100100else
    101101        require_once (ABSPATH . WPINC . '/wp-db.php');
    102102