Extension talk:TransformChanges.php

From Organic Design wiki
Revision as of 11:27, 29 September 2007 by Nad (talk | contribs) ([[Talk:Extension:TransformChanges.php]] moved to Foo talk:TransformChanges.php)

Changes added in OD changes, <php>

  1. We're using these cols and ordering

$cols = array('time','diff','title','comment','user','info');

  1. this is added before the final row-assembling line of wfTransformChangesLI()

$talk = preg_replace('| \\|.+</a>|',,$talk); $diff = preg_replace('|curid=[0-9]+&(amp;)?action=history|','action=edit',$diff); $diff = preg_replace('|>hist<|','>edit<',$diff); $user .= " $talk"; </php>