From: Niklas Laxström Date: Thu, 24 Jun 2010 12:10:08 +0000 (+0000) Subject: Whitespace & documentation fix X-Git-Tag: 1.31.0-rc.0~36402 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=ff2a1a26d3783eae8d700987a248c65bdac7ab89;p=lhc%2Fweb%2Fwiklou.git Whitespace & documentation fix --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e27ac42273..b6e980c8f3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4514,14 +4514,15 @@ $wgLogActions = array( 'suppress/file' => 'revdelete-logentry', 'suppress/event' => 'logdelete-logentry', 'suppress/delete' => 'suppressedarticle', - 'suppress/block' => 'blocklogentry', + 'suppress/block' => 'blocklogentry', 'suppress/reblock' => 'reblock-logentry', - 'patrol/patrol' => 'patrol-log-line', + 'patrol/patrol' => 'patrol-log-line', ); /** * The same as above, but here values are names of functions, - * not messages + * not messages. + * @see LogPage::actionText */ $wgLogActionsHandlers = array();