Implement feature request 937430
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 19 Apr 2004 13:06:36 +0000 (13:06 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 19 Apr 2004 13:06:36 +0000 (13:06 +0000)
Add a backlink on the "Related changes" page.

includes/SpecialRecentchangeslinked.php

index ffe169e..1587dd9 100644 (file)
@@ -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("&lt; ".$sk->makeKnownLinkObj($nt, "", "redirect=no" )."<br>\n");
        $note = wfMsg( "rcnote", $limit, $days );
        $wgOut->addHTML( "<hr />\n{$note}\n<br />" );