From f0ebfb9021745059803ef18b600f15744c588b86 Mon Sep 17 00:00:00 2001 From: Leon Weber Date: Wed, 7 May 2008 14:58:15 +0000 Subject: [PATCH] (bug 3208) Allow wikisyntax for the tag line content --- RELEASE-NOTES | 1 + skins/MonoBook.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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') ?>
-- 2.20.1