From d503d4b6f143d207267b932b95a392175ebe2c6f Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 19 Apr 2004 13:06:36 +0000 Subject: [PATCH] Implement feature request 937430 Add a backlink on the "Related changes" page. --- includes/SpecialRecentchangeslinked.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index ffe169e7d8..1587dd9b2c 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -57,6 +57,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) "GROUP BY cur_id ORDER BY inverse_timestamp LIMIT {$limit}"; $res = wfQuery( $sql, DB_READ, $fname ); + $wgOut->addHTML("< ".$sk->makeKnownLinkObj($nt, "", "redirect=no" )."
\n"); $note = wfMsg( "rcnote", $limit, $days ); $wgOut->addHTML( "
\n{$note}\n
" ); -- 2.20.1