Revert revert r40717 of my formatting change r40416.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 16 Sep 2008 05:21:10 +0000 (05:21 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 16 Sep 2008 05:21:10 +0000 (05:21 +0000)
includes/LogPage.php

index 2b821e9..00f2422 100644 (file)
@@ -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();