Extension talk:TransformChanges.php
From Organic Design wiki
Changes added in OD changes, <php>
- We're using these cols and ordering
$cols = array('time','diff','title','comment','user','info');
- 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>