Manual:$wgLogHeaders
From MediaWiki.org
| Special pages: $wgLogHeaders | |
|---|---|
| Lists the message key string for descriptive text to be shown at the top of each log type. |
|
| Introduced in version: | 1.7.0 (r14373) |
| Removed in version: | still in use |
| Allowed values: | (array of strings) |
| Default value: | see below |
Other settings: Alphabetical | By Function
[edit] Details
Lists the message key string for descriptive text to be shown at the top of each log type. Extensions with custom log types may add to this array.
[edit] Default value
$wgLogHeaders = array( '' => 'alllogstext', 'block' => 'blocklogtext', 'protect' => 'protectlogtext', 'rights' => 'rightslogtext', 'delete' => 'dellogpagetext', 'upload' => 'uploadlogpagetext', 'move' => 'movelogpagetext', 'import' => 'importlogpagetext', 'patrol' => 'patrol-log-header', );
Note that 'patrol' was not available in 1.7.x.