MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSkinCopyrightFooter ( $title, $type, &$msg, &$link) | |
Use this hook for site and per-namespace customization of the copyright notice. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinCopyrightFooter" to register handlers implementing this interface.
Definition at line 14 of file SkinCopyrightFooterHook.php.
MediaWiki\Hook\SkinCopyrightFooterHook::onSkinCopyrightFooter | ( | $title, | |
$type, | |||
& | $msg, | ||
& | $link ) |
Use this hook for site and per-namespace customization of the copyright notice.
Title | $title | Displayed page title |
string | $type | Set to 'normal' or 'history' for old/diff views |
string | &$msg | Overridable message, usually 'copyright' or 'history_copyright'. This message must be in HTML format, not wikitext! |
string | &$link | Overridable HTML link to be passed into the message as $1 |
Implemented in MediaWiki\HookContainer\HookRunner.