{{msg-mw:Prefswitch-return}}
Appearance
Thread summary:[Link to]
[Edit]
CLOSED This issue is closed
Special page is disabled on Wikimedia projects anyway.
Why is there unnecessary html markup in this message?
Nike
Current code is as follows. What do you suggest for message and code?
if ( $this->originTitle && $this->originFullUrl ) {
$wgOut->addWikiMsgArray(
'prefswitch-return', array( $this->originFullUrl, $this->originTitle ), array( 'parse' )
);
}
- Prefswitch-return ("
<hr style="clear:both"> Return to <span class="plainlinks">[$1 $2]</span>.
")