https://bugzilla.wikimedia.org/show_bug.cgi?id=21120


Lee Worden <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Lee Worden <[email protected]>  2009-10-13 01:27:50 UTC ---
Could not attach the php file.

Here it is:
<?php

$wgHooks['ParserAfterTidy'][] = 'edit_disruptor';

function edit_disruptor( &$parser, &$text )
{ $text .= "\n<!-- comment -->\n";
  return true;
}

?>


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to