Index: trunk/phase3/includes/Article.php |
— | — | @@ -2911,7 +2911,10 @@ |
2912 | 2912 | //FIXME: lego |
2913 | 2913 | $wgOut->addHTML( '<strong class="mw-delete-warning-revisions">' . |
2914 | 2914 | wfMsgExt( 'historywarning', array( 'parseinline' ), $wgLang->formatNum( $revisions ) ) . |
2915 | | - wfMsgHtml( 'word-separator' ) . $skin->historyLink() . |
| 2915 | + wfMsgHtml( 'word-separator' ) . $skin->link( $this->mTitle, |
| 2916 | + wfMsgHtml( 'history' ), |
| 2917 | + array( 'rel' => 'archives' ), |
| 2918 | + array( 'action' => 'history' ) ) . |
2916 | 2919 | '</strong>' |
2917 | 2920 | ); |
2918 | 2921 | |