Difference between revisions of "Extension talk:TransformChanges.php"
From Organic Design wiki
m (New page: 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...) |
m ([[Talk:Extension:TransformChanges.php]] moved to Foo talk:TransformChanges.php) |
(No difference)
|
Revision as of 11:27, 29 September 2007
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>