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

--- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> ---
Looking at
https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/blob/master/WikimediaMessages.php,
we just need to do something like:

$title = Title::newFromText('Special:MassMessage');
$msg = array( 'copyrightwarning' );
wfRunHooks( 'EditPageCopyrightWarning', array( $title, &$msg ) );

-- 
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