Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -898,7 +898,7 @@ |
899 | 899 | // "MediaWiki:Tp-custom-<group ID>". |
900 | 900 | $customText = ''; |
901 | 901 | $customMessage = wfMessage( 'tp-custom-' . $this->id )->inContentLanguage(); |
902 | | - if( $customMessage->exists() ) { |
| 902 | + if ( $customMessage->exists() ) { |
903 | 903 | $customText = $customMessage->plain(); |
904 | 904 | } |
905 | 905 | |
— | — | @@ -1344,7 +1344,7 @@ |
1345 | 1345 | $group = self::getGroup( $id ); |
1346 | 1346 | |
1347 | 1347 | if ( $group !== null ) { |
1348 | | - if( $skipMeta && $group->isMeta() ) { |
| 1348 | + if ( $skipMeta && $group->isMeta() ) { |
1349 | 1349 | continue; |
1350 | 1350 | } else { |
1351 | 1351 | $groups[$id] = $group; |