r39462 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39461‎ | r39462 | r39463 >
Date:09:00, 16 August 2008
Author:krimpet
Status:old
Tags:
Comment:
Use the 'postcomment' message consistently across skins
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -693,7 +693,7 @@
694694 if ( $istalk || $wgOut->showNewSectionLink() ) {
695695 $content_actions['addsection'] = array(
696696 'class' => $section == 'new'?'selected':false,
697 - 'text' => wfMsg('addsection'),
 697+ 'text' => $istalk ? wfMsg( 'postcomment' ) : wfMsg('addsection'),
698698 'href' => $this->mTitle->getLocalUrl( 'action=edit&section=new' )
699699 );
700700 }

Status & tagging log