Remove LEFT-TO-RIGHT MARK (U+200E) from comments

'LEFT-TO-RIGHT MARK' (U+200E) is not needed in the source code
comments.

c8caf26ffd9 removed already the LRM/RLM from Names.php in core.

Change-Id: Ib1654b0d419584d434efabaa76cf3baf87da7e40
This commit is contained in:
Fomafix 2022-08-26 22:02:36 +00:00
parent 03117a2ec3
commit 8fc575a0a2

View file

@ -173,12 +173,12 @@ $specialPageAliases['zh'] = [
'Thanks' => [ '感谢', '感謝' ],
];
/** Simplified Chinese (中文(简体)) */
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'Thanks' => [ '感谢' ],
];
/** Traditional Chinese (中文(繁體)) */
/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'Thanks' => [ '感謝' ],
];