moved die() command, fixes bug #309

git-svn-id: https://develop.svn.wordpress.org/trunk@1708 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-09-23 12:27:52 +00:00
parent 24deadc930
commit 4e644c8b52
1 changed files with 1 additions and 1 deletions

View File

@ -15,13 +15,13 @@ function trackback_response($error = 0, $error_message = '') {
echo "<error>1</error>\n";
echo "<message>$error_message</message>\n";
echo "</response>";
die();
} else {
echo '<?xml version="1.0" encoding="utf-8"?'.">\n";
echo "<response>\n";
echo "<error>0</error>\n";
echo "</response>";
}
die();
}
// trackback is done by a POST