From 3012280a8bd8f34dbf107b39c6df51ab0b751d55 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 24 Dec 2008 19:07:03 +0000 Subject: [PATCH] Revert "(bug 16707) Add "rel='next'" link to login page to return to last page" This reverts commit 22524e7e3a432df722438400581d2d56ea566dc2. --- includes/OutputPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f8dba714a2..dcd5c309be 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1383,7 +1383,6 @@ class OutputPage { */ public function addReturnTo( $title ) { global $wgUser; - $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) ); $link = wfMsg( 'returnto', $wgUser->getSkin()->makeLinkObj( $title ) ); $this->addHTML( "

{$link}

\n" ); } -- 2.20.1