Index: trunk/phase3/includes/LogPage.php |
— | — | @@ -155,7 +155,9 @@ |
156 | 156 | * @static |
157 | 157 | * @return HTML string |
158 | 158 | */ |
159 | | - static function actionText( $type, $action, $title=NULL, $skin=NULL, $params=array(), $filterWikilinks=false ) { |
| 159 | + static function actionText( $type, $action, $title = NULL, $skin = NULL, |
| 160 | + $params = array(), $filterWikilinks = false ) |
| 161 | + { |
160 | 162 | global $wgLang, $wgContLang, $wgLogActions, $wgMessageCache; |
161 | 163 | |
162 | 164 | $wgMessageCache->loadAllMessages(); |