Index: trunk/phase3/includes/Skin.php |
— | — | @@ -433,7 +433,7 @@ |
434 | 434 | $action = $wgRequest->getText( 'action' ); |
435 | 435 | |
436 | 436 | $s = $this->printableLink(); |
437 | | - if ( wfMsg ( "disclaimers" ) != "-" ) $s .= " | " . $this->makeKnownLink( wfMsg( "disclaimerpage" ), wfMsg( "disclaimers" ) ) ; |
| 437 | + if ( wfMsg ( "disclaimers" ) != "" ) $s .= " | " . $this->makeKnownLink( wfMsg( "disclaimerpage" ), wfMsg( "disclaimers" ) ) ; |
438 | 438 | |
439 | 439 | if ( $wgOut->isArticleRelated() ) { |
440 | 440 | if ( $wgTitle->getNamespace() == Namespace::getImage() ) { |
— | — | @@ -752,7 +752,7 @@ |
753 | 753 | |
754 | 754 | } |
755 | 755 | // only show watchlist link if logged in |
756 | | - if ( wfMsg ( "currentevents" ) != "-" ) $s .= $sep . $this->makeKnownLink( wfMsg( "currentevents" ), "" ) ; |
| 756 | + if ( wfMsg ( "currentevents" ) != "" ) $s .= $sep . $this->makeKnownLink( wfMsg( "currentevents" ), "" ) ; |
757 | 757 | $s .= "\n<br /><hr class='sep' />"; |
758 | 758 | $articleExists = $wgTitle->getArticleId(); |
759 | 759 | if ( $wgOut->isArticle() || $action =="edit" || $action =="history" || $wpPreview) { |