Show
Ignore:
Timestamp:
05/21/08 05:59:27 (6 months ago)
Author:
ryan
Message:

Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-trackback.php

    r7645 r7971  
    22 
    33if (empty($wp)) { 
    4     require_once('./wp-config.php'); 
     4    require_once('./wp-load.php'); 
    55    wp('tb=1'); 
    66}