Index: trunk/phpwiki/fpw/wikiPage.php |
— | — | @@ -1029,6 +1029,7 @@ |
1030 | 1030 | global $wikiMainPage , $wikiRecentChanges , $wikiRecentChangesLink , $wikiUpload , $wikiPopularPages , $wikiLongPages , $action ; |
1031 | 1031 | global $user , $oldID , $version , $wikiEditThisPage , $wikiDeleteThisPage , $wikiHistory , $wikiMyWatchlist , $wikiAskSQL ; |
1032 | 1032 | global $wikiStatistics , $wikiNewPages , $wikiOrphans , $wikiMostWanted , $wikiAllPages , $wikiRandomPage , $wikiStubs , $wikiListUsers ; |
| 1033 | + global $wikiBugReports , $wikiBugReportsLink ; |
1033 | 1034 | $editOldVersion = "" ; |
1034 | 1035 | if ( $oldID != "" ) $editOldVersion="&oldID=$oldID&version=$version" ; |
1035 | 1036 | $column = "" ; |
— | — | @@ -1064,6 +1065,7 @@ |
1065 | 1066 | if ( $user->isLoggedIn ) { |
1066 | 1067 | $column .= "<br>\n<a href=\"".wikiLink("special:WatchList")."\">$wikiMyWatchlist</a>" ; |
1067 | 1068 | } |
| 1069 | + $column .= "<br>\n<a href=\"".wikiLink($wikiBugReportsLink)."\">$wikiBugReports</a>" ; |
1068 | 1070 | $a = $this->getOtherNamespaces () ; |
1069 | 1071 | if ( count ( $a ) > 0 ) $column .= "<hr>".implode ( "<br>\n" , $a ) ; |
1070 | 1072 | |
Index: trunk/phpwiki/fpw/wikiTextEn.php |
— | — | @@ -106,6 +106,8 @@ |
107 | 107 | $wikiBlockIPTitle = "Block an IP (sysops only)" ; |
108 | 108 | $wikiBlockIPText = "IP $1 was blocked by $2" ; |
109 | 109 | $wikiIPblocked = "<font color=red size='+1'>Your IP has been blocked! Your edits will not be saved. Please contact a sysop to have the block removed, or try again later.</font>" ; |
| 110 | +$wikiBugReports = "Bug reports" ; |
| 111 | +$wikiBugReportsLink = "wikipedia:Bug Reports" ; |
110 | 112 | |
111 | 113 | # Interwiki links |
112 | 114 | $wikiInterwiki = array ( "w"=>"http://www.wikipedia.com/wiki/$1" , "m"=>"http://meta.wikipedia.com/wiki.phtml?title=$1" ) ; |