From d7f48f6aef6392131465d5e05461e89ef1f75490 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 13 Jul 2011 22:11:53 +0000 Subject: [PATCH] Pointless w/s tweaks :) --- includes/Wiki.php | 5 +++-- maintenance/language/messages.inc | 14 +++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index 11aeaceb7f..4c99a72792 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -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; } } diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index b293936ea7..c67b7934bd 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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 */ -- 2.20.1