|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onEditPageCopyrightWarning ( $title, &$msg) | |
| Use this hook for site and per-namespace customization of contribution/copyright notice. | |
Stable to implement.
Definition at line 11 of file EditPageCopyrightWarningHook.php.
| MediaWiki\Hook\EditPageCopyrightWarningHook::onEditPageCopyrightWarning | ( | $title, | |
| & | $msg | ||
| ) |
Use this hook for site and per-namespace customization of contribution/copyright notice.
| Title | $title | Title of page being edited |
| array | &$msg | An array of arguments to wfMessage(), overridable. The default is an array containing either 'copyrightwarning' or 'copyrightwarning2' as the first element (the message key). |
Implemented in MediaWiki\HookContainer\HookRunner.