From: Leon Weber Date: Wed, 7 May 2008 14:58:15 +0000 (+0000) Subject: (bug 3208) Allow wikisyntax for the tag line content X-Git-Tag: 1.31.0-rc.0~47847 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=f0ebfb9021745059803ef18b600f15744c588b86;p=lhc%2Fweb%2Fwiklou.git (bug 3208) Allow wikisyntax for the tag line content --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7c8bd89999..7f8bc0e072 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -257,6 +257,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors * (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled +* (bug 3208) Allow wikisyntax for the tag line content === API changes in 1.13 === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 50348fc0f3..0d464ceb05 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -100,7 +100,7 @@ class MonoBookTemplate extends QuickTemplate { data['sitenotice']) { ?>
html('sitenotice') ?>

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

-

msg('tagline') ?>

+

msgWiki('tagline') ?>

html('subtitle') ?>
data['undelete']) { ?>
html('undelete') ?>
data['newtalk'] ) { ?>
html('newtalk') ?>