Self-revert r105872, there's a deeper issue here
[lhc/web/wiklou.git] / includes / ProtectionForm.php
index 5341fe5..caa949d 100644 (file)
@@ -236,11 +236,8 @@ class ProtectionForm {
                                wfEscapeWikiText( $this->mTitle->getPrefixedText() ) );
                }
 
-               $titleLink = Linker::link( $this->mTitle );
-               $wgOut->setSubtitle( wfMsg( 'protect-backlink', $titleLink ) );
-
+               $wgOut->addBacklinkSubtitle( $this->mTitle );
                $wgOut->addHTML( $this->buildForm() );
-
                $this->showLogExtract( $wgOut );
        }