Trackback fix ups.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren
2004-09-18 22:47:43 +00:00
parent 76d4882921
commit 75d974639b
3 changed files with 8 additions and 10 deletions

View File

@@ -1222,8 +1222,7 @@ function generate_rewrite_rules($permalink_structure = '', $matches = '') {
$post_rewrite = array($feedmatch => $feedquery, $pagematch => $pagequery, $match => $query) + $post_rewrite;
if ($post) {
$post_rewrite = array($trackbackmatch =top
> $trackbackquery) + $post_rewrite;
$post_rewrite = array($trackbackmatch => $trackbackquery) + $post_rewrite;
}
}