Difference between revisions of "Extension talk:TransformChanges.php"

From Organic Design wiki
m ([[Talk:Extension:TransformChanges.php]] moved to Foo talk:TransformChanges.php)
(#redirect Schedule)
Line 1: Line 1:
Changes added in OD changes,
+
#redirect [[Schedule]]
<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 .= "&nbsp;<small>$talk</small>";
 
</php>
 

Revision as of 04:35, 25 December 2007

Redirect to: