From c148b2dbf0e52babb1e364d63b732e625dc81922 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 27 Mar 2009 20:45:53 +0000 Subject: [PATCH] Per raymond, tweak for r48930: add "mw-talkpageheader" arround the newly added message --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 9f39d377a8..1cc12f1489 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -868,7 +868,7 @@ class Article { # Allow a specific header on talk pages, like [[MediaWiki:Talkpagetext]] if( $this->mTitle->isTalkPage() ) { if ( wfMsgForContent( 'talkpageheader' ) != '-' ) { - $wgOut->addWikiMsgArray( 'talkpageheader', array(), array( 'content' ) ); + $wgOut->wrapWikiMsg( "
\n$1
", array( 'talkpageheader', 'options' => array( 'content' ) ) ); } } -- 2.20.1