From: Antoine Musso Date: Sun, 8 Jan 2006 16:23:51 +0000 (+0000) Subject: REVERT: Bug 3835: add a cancel link on special:movepage X-Git-Tag: 1.6.0~680 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=772e3e1cd317765d03a76581fd7b21a519b7556b;p=lhc%2Fweb%2Fwiklou.git REVERT: Bug 3835: add a cancel link on special:movepage --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 55b3ac945b..e08d388a6d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -287,7 +287,6 @@ Special Pages: * (bug 4359) red [[user:#id]] links generated in [[special:Log]] * (bug 1996) Special page to list redirects * (bug 4334) Add "watch" links to Special:Unwatchedpages -* (bug 3835) Add a 'Cancel' backlink on Special:Movepage Misc.: * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 6dff709819..bfc2af9b79 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -116,9 +116,6 @@ class MovePageForm { $movetalk = wfMsgHtml( 'movetalk' ); $movereason = wfMsgHtml( 'movereason' ); - $sk =& $wgUser->getSkin(); - $cancel = $sk->makeKnownLink( $oldTitle, wfMsg('cancel') ); - $titleObj = Title::makeTitle( NS_SPECIAL, 'Movepage' ); $action = $titleObj->escapeLocalURL( 'action=submit' ); $token = htmlspecialchars( $wgUser->editToken() ); @@ -166,7 +163,6 @@ class MovePageForm {   - {$cancel}