Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -742,8 +742,8 @@ |
743 | 743 | if ( ( $wgArticle && $wgArticle->isCurrent() && $istalk ) || $wgOut->showNewSectionLink() ) { |
744 | 744 | if ( !$wgOut->forceHideNewSectionLink() ) { |
745 | 745 | $urlArgs = 'action=edit§ion=new'; |
746 | | - $preloadMsg = wfMsg( 'talk-addsection-preload' ); |
747 | | - $editintroMsg = wfMsg( 'talk-addsection-editintro' ); |
| 746 | + $preloadMsg = wfMsgForContent( 'talk-addsection-preload' ); |
| 747 | + $editintroMsg = wfMsgForContent( 'talk-addsection-editintro' ); |
748 | 748 | if( '' != $preloadMsg ) { |
749 | 749 | $urlArgs .= '&preload=' . urlencode( $preloadMsg ); |
750 | 750 | } |