Archived
1
0

* Change syndication plugin to also support new feeds2.feedburner.com

style URLs (garvinhicking)
This commit is contained in:
Garvin Hicking
2009-01-30 14:03:31 +00:00
parent 364fa468dc
commit c28452ef4a
67 changed files with 224 additions and 26 deletions
+2
View File
@@ -703,6 +703,8 @@ function serendipity_handle_references($id, $author, $title, $text, $dry_run = f
// Make trackback URL
$url = serendipity_archiveURL($id, $title, 'baseURL');
// Make sure that the trackback-URL does not point to https
$url = str_replace('https://', 'http://', $url);
// Add URL references
$locations = $matches[0];