From: Tim Starling Date: Mon, 21 Jun 2004 04:19:40 +0000 (+0000) Subject: history copyright X-Git-Tag: 1.5.0alpha1~2805 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=f277bbb85ca9854c1b60768af7a607ae5f27ccdc;p=lhc%2Fweb%2Fwiklou.git history copyright --- diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 56f673fa74..012e9f4900 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -74,11 +74,16 @@ class PageHistory { $atend = ($revs < $limitplus); $this->mSkin = $wgUser->getSkin(); + $s = wfMsg( "history_copyright" ); + if ( $s == " " ) { + $s = ""; + } + $numbar = wfViewPrevNext( $offset, $limit, $this->mTitle->getPrefixedText(), "action=history", $atend ); - $s = $numbar; + $s .= $numbar; if($this->linesonpage > 0) { $submitpart1 = ' 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit.', +'history_copyright' => ' ', # Diffs #