From: Rob Church Date: Wed, 30 Aug 2006 19:19:48 +0000 (+0000) Subject: * Fix formatting of titles on Special:Undelete X-Git-Tag: 1.31.0-rc.0~55873 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4c7762409c03739118d9bad9e3cf67a7f0f084f7;p=lhc%2Fweb%2Fwiklou.git * Fix formatting of titles on Special:Undelete --- 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" );