Skip loading PHP shims for JSON i18n files
authorKevin Israel <pleasestand@live.com>
Mon, 14 Apr 2014 15:45:40 +0000 (11:45 -0400)
committerKevin Israel <pleasestand@live.com>
Tue, 15 Apr 2014 00:37:51 +0000 (20:37 -0400)
commite0043257c02e866d176fc9cbb7721fa2defcf091
tree4c3114c093119f343d9e45ec66a66df2f238b631
parenta580d5d60efaef9f8051a6fdbb8a869b289dce6b
Skip loading PHP shims for JSON i18n files

For now, non-message data (e.g. special page aliases, magic words) belong
in separate files having their own keys in $wgExtensionMessagesFiles. It
is unnecessary to read any PHP files listed under keys that exist in
$wgMessagesDirs; they are merely compatibility shims.

Bug: 63926
Change-Id: I92013d0a45e83ad0f5ac483a3db867806eb71f8a
includes/cache/LocalisationCache.php