From 3aedfc60d7c4db986180164faacbc484b2b0b553 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 24 Dec 2008 19:08:18 +0000 Subject: [PATCH] Revert revert I accidentally committed --- includes/OutputPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index dcd5c309be..f8dba714a2 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1383,6 +1383,7 @@ 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