MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSkinCopyrightFooter ( $title, $type, &$msg, &$link) | |
Use this hook for site and per-namespace customization of the copyright notice. | |
Stable to implement.
Definition at line 11 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.