From: Fran Rogers Date: Sat, 16 Aug 2008 09:09:45 +0000 (+0000) Subject: Self-revert for now; Splarka made a good point. X-Git-Tag: 1.31.0-rc.0~45879 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=e18e6b857bf5118e09df622e9da0774e7e9025a7;p=lhc%2Fweb%2Fwiklou.git Self-revert for now; Splarka made a good point. --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index dfb75e8945..53f99a4847 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -693,7 +693,7 @@ class SkinTemplate extends Skin { if ( $istalk || $wgOut->showNewSectionLink() ) { $content_actions['addsection'] = array( 'class' => $section == 'new'?'selected':false, - 'text' => $istalk ? wfMsg( 'postcomment' ) : wfMsg('addsection'), + 'text' => wfMsg('addsection'), 'href' => $this->mTitle->getLocalUrl( 'action=edit§ion=new' ) ); }