From: Aryeh Gregor Date: Wed, 24 Dec 2008 19:07:03 +0000 (+0000) Subject: Revert "(bug 16707) Add "rel='next'" link to login page to return to last page" X-Git-Tag: 1.31.0-rc.0~43791 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=3012280a8bd8f34dbf107b39c6df51ab0b751d55;p=lhc%2Fweb%2Fwiklou.git Revert "(bug 16707) Add "rel='next'" link to login page to return to last page" This reverts commit 22524e7e3a432df722438400581d2d56ea566dc2. --- 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" ); }