Pointless w/s tweaks :)
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Jul 2011 22:11:53 +0000 (22:11 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Jul 2011 22:11:53 +0000 (22:11 +0000)
includes/Wiki.php
maintenance/language/messages.inc

index 11aeace..4c99a72 100644 (file)
@@ -453,7 +453,7 @@ class MediaWiki {
                $act = $this->getAction();
 
                $action = Action::factory( $act, $article );
-               if( $action instanceof Action ){
+               if ( $action instanceof Action ) {
                        $action->show();
                        wfProfileOut( __METHOD__ );
                        return;
@@ -564,8 +564,9 @@ class MediaWiki {
 
                                wfProfileOut( __METHOD__ );
 
-                               if ( !$abort )
+                               if ( !$abort ) {
                                        return false;
+                               }
                                exit;
                        }
                }
index b293936..c67b793 100644 (file)
@@ -1143,7 +1143,7 @@ $wgMessageStructure = array(
                'rightslog',
                'rightslogtext',
                'rightslogentry',
-        'rightslogentry-autopromote',
+               'rightslogentry-autopromote',
                'rightsnone',
        ),
        'action' => array(
@@ -3249,9 +3249,9 @@ $wgMessageStructure = array(
                'lag-warn-normal',
                'lag-warn-high',
        ),
-    'watch' => array(
-        'confirm-watch-button',
-    ),
+       'watch' => array(
+               'confirm-watch-button',
+       ),
        'watchlisteditor' => array(
                'watchlistedit-numitems',
                'watchlistedit-noitems',
@@ -3456,9 +3456,9 @@ $wgMessageStructure = array(
                'sqlite-has-fts',
                'sqlite-no-fts',
        ),
-    'unwatch' => array(
-        'confirm-unwatch-button',
-    ),
+       'unwatch' => array(
+               'confirm-unwatch-button',
+       ),
 );
 
 /** Comments for each block */