MediaWiki REL1_35
EditPageCopyrightWarningHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
23 public function onEditPageCopyrightWarning( $title, &$msg );
24}
Represents a title within MediaWiki.
Definition Title.php:42
onEditPageCopyrightWarning( $title, &$msg)
Use this hook for site and per-namespace customization of contribution/copyright notice.