Parser: Remove markNoConversion for displaytitle error message
authorFomafix <fomafix@googlemail.com>
Mon, 29 Oct 2018 20:11:54 +0000 (21:11 +0100)
committerFomafix <fomafix@googlemail.com>
Mon, 29 Oct 2018 20:23:52 +0000 (21:23 +0100)
commite085e3f310b201c97c265cd160b321d146097a68
treefa664d4e2fd6892ed85184ad000395f5223652e6
parentdf559800cb1114c68986b61be03a0298ce280a30
Parser: Remove markNoConversion for displaytitle error message

bacd87e49 moved the displaytitle error message from the content to
outside of the content. Only the content is converted by the language
conversion. The error message outside of the content is not converted.
Therefor markNoConversion is not needed here anymore.

This change removes the -{R|...}- around the displaytitle in the error
message when the language converter is active.

Bug: T208249
Change-Id: Ieec43e9af045d19b0b7a82afb889e076b347eed1
includes/parser/CoreParserFunctions.php