Version 0.9 ()
------------------------------------------------------------------------
+ * Fixed using "_" instead of "-" in the approve trackback/comments
+ URLs. (garvinhicking)
+
* Introduce permission groups with customizable permission sets.
(garvinhicking)
$fromName = ANONYMOUS;
}
- $entryURI = serendipity_archiveURL($id, $title, 'baseURL');
- $path = ($type == 'TRACKBACK') ? 'trackback' : 'comment';
- $deleteURI = serendipity_rewriteURL(PATH_DELETE . '/'. $path .'/' . $comment_id . '/'. $id .'_' . serendipity_makeFilename($title) . '.html', 'baseURL');
- $approveURI = serendipity_rewriteURL(PATH_APPROVE . '/'. $path .'/' . $comment_id . '/'. $id .'_' . serendipity_makeFilename($title) . '.html', 'baseURL');
+ $entryURI = serendipity_archiveURL($id, $title, 'baseURL');
+ $path = ($type == 'TRACKBACK') ? 'trackback' : 'comment';
+ $deleteURI = serendipity_rewriteURL(PATH_DELETE . '/'. $path .'/' . $comment_id . '/' . $id . '-' . serendipity_makeFilename($title) . '.html', 'baseURL');
+ $approveURI = serendipity_rewriteURL(PATH_APPROVE . '/'. $path .'/' . $comment_id . '/' . $id . '-' . serendipity_makeFilename($title) . '.html', 'baseURL');
if ($type == 'TRACKBACK') {