r112784 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112783‎ | r112784 | r112785 >
Date:09:26, 1 March 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Whitespace fixes
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -898,7 +898,7 @@
899899 // "MediaWiki:Tp-custom-<group ID>".
900900 $customText = '';
901901 $customMessage = wfMessage( 'tp-custom-' . $this->id )->inContentLanguage();
902 - if( $customMessage->exists() ) {
 902+ if ( $customMessage->exists() ) {
903903 $customText = $customMessage->plain();
904904 }
905905
@@ -1344,7 +1344,7 @@
13451345 $group = self::getGroup( $id );
13461346
13471347 if ( $group !== null ) {
1348 - if( $skipMeta && $group->isMeta() ) {
 1348+ if ( $skipMeta && $group->isMeta() ) {
13491349 continue;
13501350 } else {
13511351 $groups[$id] = $group;

Status & tagging log