mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user