Show
Ignore:
Timestamp:
10/12/07 16:21:15 (1 year ago)
Author:
donncha
Message:

Merge with WP 2.3 - testing use only!
Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439

Files:

Legend:

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

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