From 4c7762409c03739118d9bad9e3cf67a7f0f084f7 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 30 Aug 2006 19:19:48 +0000 Subject: [PATCH] * Fix formatting of titles on Special:Undelete --- RELEASE-NOTES | 1 + includes/SpecialUndelete.php | 12 ++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5e770e3e94..c79926ca57 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -171,6 +171,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN of disambiguation templates. * [[Special:Disambiguations]] now shows pages in NS:0 that link to any pages that embed any of the templates listed at [[MediaWiki:Disambiguationspage]]. +* Fix formatting of titles on Special:Undelete == Languages updated == diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index e01e36d7c8..d94c5a59dc 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -479,14 +479,10 @@ class UndeleteForm { $undelete =& Title::makeTitle( NS_SPECIAL, 'Undelete' ); $wgOut->addHTML( "\n" ); -- 2.20.1