https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112784

Revision: 112784
Author:   nikerabbit
Date:     2012-03-01 09:26:30 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
Whitespace fixes

Modified Paths:
--------------
    trunk/extensions/Translate/MessageGroups.php

Modified: trunk/extensions/Translate/MessageGroups.php
===================================================================
--- trunk/extensions/Translate/MessageGroups.php        2012-03-01 09:16:32 UTC 
(rev 112783)
+++ trunk/extensions/Translate/MessageGroups.php        2012-03-01 09:26:30 UTC 
(rev 112784)
@@ -898,7 +898,7 @@
                // "MediaWiki:Tp-custom-<group ID>".
                $customText = '';
                $customMessage = wfMessage( 'tp-custom-' . $this->id 
)->inContentLanguage();
-               if( $customMessage->exists() ) {
+               if ( $customMessage->exists() ) {
                        $customText = $customMessage->plain();
                }
 
@@ -1344,7 +1344,7 @@
                        $group = self::getGroup( $id );
 
                        if ( $group !== null ) {
-                               if( $skipMeta && $group->isMeta() ) {
+                               if ( $skipMeta && $group->isMeta() ) {
                                        continue;
                                } else {
                                        $groups[$id] = $group;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to