Make sure trackback template is not double processed.

git-svn-id: https://develop.svn.wordpress.org/trunk@2305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-02-13 21:25:08 +00:00
parent 0809fbff89
commit e20c0260e4
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ require_once( dirname(__FILE__) . '/wp-config.php' );
if ( empty($doing_trackback) ) {
$doing_trackback = true;
$tb = true;
require_once('wp-blog-header.php');
}