Trackback fix ups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user