Index: trunk/phase3/includes/SpecialMovepage.php |
— | — | @@ -116,9 +116,6 @@ |
117 | 117 | $movetalk = wfMsgHtml( 'movetalk' ); |
118 | 118 | $movereason = wfMsgHtml( 'movereason' ); |
119 | 119 | |
120 | | - $sk =& $wgUser->getSkin(); |
121 | | - $cancel = $sk->makeKnownLink( $oldTitle, wfMsg('cancel') ); |
122 | | - |
123 | 120 | $titleObj = Title::makeTitle( NS_SPECIAL, 'Movepage' ); |
124 | 121 | $action = $titleObj->escapeLocalURL( 'action=submit' ); |
125 | 122 | $token = htmlspecialchars( $wgUser->editToken() ); |
— | — | @@ -166,7 +163,6 @@ |
167 | 164 | <td> </td> |
168 | 165 | <td align='left'> |
169 | 166 | <input type='submit' name=\"{$submitVar}\" value=\"{$movepagebtn}\" /> |
170 | | - {$cancel} |
171 | 167 | </td> |
172 | 168 | </tr> |
173 | 169 | </table> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -287,7 +287,6 @@ |
288 | 288 | * (bug 4359) red [[user:#id]] links generated in [[special:Log]] |
289 | 289 | * (bug 1996) Special page to list redirects |
290 | 290 | * (bug 4334) Add "watch" links to Special:Unwatchedpages |
291 | | -* (bug 3835) Add a 'Cancel' backlink on Special:Movepage |
292 | 291 | |
293 | 292 | Misc.: |
294 | 293 | * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect |