Manual:Hooks/LogPageActionText
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.19.0. |
| LogPageActionText | |
|---|---|
| Available from version 1.6.0 Removed in version 1.19.0 Strings used by wfMsg as a header. DEPRECATED: Use $wgLogActions |
|
*Define function: |
function fnMyHook( &$actionText ) { ... }
|
*Attach hook: |
$wgHooks['LogPageActionText'][] = 'MyExtensionHooks::someExample'; |
| Called from: | Setup.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LogPageActionText extensions.
[edit] Details
$actionText - Array of strings