MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onEditPageTosSummary ( $title, &$msg) | |
Use this hook for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice. | |
Stable to implement.
Definition at line 11 of file EditPageTosSummaryHook.php.
MediaWiki\Hook\EditPageTosSummaryHook::onEditPageTosSummary | ( | $title, | |
& | $msg | ||
) |
Use this hook for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice.
Title | $title | Title of page being edited |
string | &$msg | Localization message name, overridable. Defaults to 'editpage-tos-summary' |
Implemented in MediaWiki\HookContainer\HookRunner.