r31242 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31241‎ | r31242 | r31243 >
Date:06:16, 25 February 2008
Author:aaron
Status:old
Tags:
Comment:
Don't show QA link on talk pages
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedArticle.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php
@@ -453,7 +453,7 @@
454454 }
455455 # We can change the behavoir of stable version for this page to be different
456456 # than the site default.
457 - if( $wgUser->isAllowed('stablesettings') ) {
 457+ if( !$sktmp->mTitle->isTalkPage() && $wgUser->isAllowed('stablesettings') ) {
458458 $stabTitle = SpecialPage::getTitleFor( 'Stabilization' );
459459 $content_actions['default'] = array(
460460 'class' => false,

Status & tagging log