Site:Developer stuff/Fix rss titles
From Feast upon the Word (http://feastupontheword.org). Copyright, Feast upon the Word.
if (preg_match("/^Comment on(.*)by(.*)/", $title, $matches)) {
$title = $matches[2]." on ".$matches[1];
}