Index: trunk/extensions/ConfigureWMF/ConfigureWMF.page.php |
— | — | @@ -141,7 +141,7 @@ |
142 | 142 | $this->addNav( 2, $wiki, $config ); |
143 | 143 | $wgOut->addHTML( "<fieldset><legend>{$legend}</legend>" ); |
144 | 144 | $wgOut->addWikiMsg( "configurewmf-help-{$config}" ); |
145 | | - $wgOut->addHTML( wfMsgWikiHtml( 'configurewmf-seealso', $vars ) ); |
| 145 | + $wgOut->addWikiMsgArray( 'configurewmf-seealso', array( $vars ), array( 'replaceafter' ) ); |
146 | 146 | $wgOut->addHTML( "<hr/>" ); |
147 | 147 | $wgOut->addHTML( "<form action='{$wgScript}' method='post'><p>" ); |
148 | 148 | $wgOut->addHTML( Xml::hidden( 'title', $this->getTitle()->getFullText() ) ); |