r78261 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78260‎ | r78261 | r78262 >
Date:17:50, 12 December 2010
Author:demon
Status:ok
Tags:
Comment:
&& not and, || not or
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -344,8 +344,8 @@
345345 $tpl->setRef( 'newtalk', $newtalks );
346346 $tpl->setRef( 'skin', $this );
347347 $tpl->set( 'logo', $this->logoText() );
348 - if ( $out->isArticle() and ( !isset( $oldid ) or isset( $diff ) ) and
349 - $wgArticle and 0 != $wgArticle->getID() ){
 348+ if ( $out->isArticle() && ( !isset( $oldid ) || isset( $diff ) ) &&
 349+ $wgArticle && 0 != $wgArticle->getID() ){
350350 if ( !$wgDisableCounters ) {
351351 $viewcount = $wgLang->formatNum( $wgArticle->getCount() );
352352 if ( $viewcount ) {

Status & tagging log