Merge "API: Use ct_tag_id in queries when applicable"
[lhc/web/wiklou.git] / includes / specials / SpecialWhatlinkshere.php
index 942346e..1d3ffd7 100644 (file)
@@ -208,7 +208,7 @@ class SpecialWhatLinksHere extends IncludableSpecialPage {
                                        if ( $hidelinks || $hidetrans || $hideredirs || $hideimages ) {
                                                $out->addHTML( $this->getFilterPanel() );
                                        }
-                                       $msgKey = is_int( $namespace ) ? 'nolinkshere-ns-2' : 'nolinkshere-2';
+                                       $msgKey = is_int( $namespace ) ? 'nolinkshere-ns' : 'nolinkshere';
                                        $link = $this->getLinkRenderer()->makeLink(
                                                $this->target,
                                                null,
@@ -292,7 +292,7 @@ class SpecialWhatLinksHere extends IncludableSpecialPage {
                                        $this->target->isRedirect() ? [ 'redirect' => 'no' ] : []
                                );
 
-                               $msg = $this->msg( 'linkshere-2' )
+                               $msg = $this->msg( 'linkshere' )
                                        ->params( $this->target->getPrefixedText() )
                                        ->rawParams( $link )
                                        ->parseAsBlock();
@@ -523,7 +523,7 @@ class SpecialWhatLinksHere extends IncludableSpecialPage {
                        ]
                );
 
-               $f .= ' ' .
+               $f .= "\u{00A0}" .
                        Xml::checkLabel(
                                $this->msg( 'invert' )->text(),
                                'invert',