From: Antoine Musso Date: Mon, 19 Apr 2004 13:06:36 +0000 (+0000) Subject: Implement feature request 937430 X-Git-Tag: 1.3.0beta1~382 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d503d4b6f143d207267b932b95a392175ebe2c6f;p=lhc%2Fweb%2Fwiklou.git Implement feature request 937430 Add a backlink on the "Related changes" page. --- 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
" );