Site:Developer stuff/Fix rss titles

From Feast upon the Word (http://feastupontheword.org). Copyright, Feast upon the Word.
< Site:Developer stuff
Revision as of 01:37, 19 March 2007 by Matthewfaulconer (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
     if (preg_match("/^Comment on(.*)by(.*)/", $title, $matches)) {
       $title = $matches[2]." on ".$matches[1];
     }