From 709b9afcc2a2ed0507b7ad8b81ec4954cd579e9e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 16 Sep 2008 05:21:10 +0000 Subject: [PATCH] Revert revert r40717 of my formatting change r40416. --- includes/LogPage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/LogPage.php b/includes/LogPage.php index 2b821e9f4f..00f2422ade 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -155,7 +155,9 @@ class LogPage { * @static * @return HTML string */ - static function actionText( $type, $action, $title=NULL, $skin=NULL, $params=array(), $filterWikilinks=false ) { + static function actionText( $type, $action, $title = NULL, $skin = NULL, + $params = array(), $filterWikilinks = false ) + { global $wgLang, $wgContLang, $wgLogActions, $wgMessageCache; $wgMessageCache->loadAllMessages(); -- 2.20.1