From b9cdc21073b64a8d5e9d98840d2956360dd69605 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 7 May 2008 17:16:16 +0000 Subject: [PATCH] Revert r34370 -- don't rev up the wiki parser for *every single page view ever* please! --- RELEASE-NOTES | 1 - skins/MonoBook.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7f8bc0e072..7c8bd89999 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -257,7 +257,6 @@ 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 0d464ceb05..50348fc0f3 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') ?>

-

msgWiki('tagline') ?>

+

msg('tagline') ?>

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