Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1899,20 +1899,6 @@ |
1900 | 1900 | */ |
1901 | 1901 | $wgMaxMsgCacheEntrySize = 10000; |
1902 | 1902 | |
1903 | | -/** |
1904 | | - * If true, serialized versions of the messages arrays will be |
1905 | | - * read from the 'serialized' subdirectory if they are present. |
1906 | | - * Set to false to always use the Messages files, regardless of |
1907 | | - * whether they are up to date or not. |
1908 | | - */ |
1909 | | -$wgEnableSerializedMessages = true; |
1910 | | - |
1911 | | -/** |
1912 | | - * Set to false if you are thorough system admin who always remembers to keep |
1913 | | - * serialized files up to date to save few mtime calls. |
1914 | | - */ |
1915 | | -$wgCheckSerialized = true; |
1916 | | - |
1917 | 1903 | /** Whether to enable language variant conversion. */ |
1918 | 1904 | $wgDisableLangConversion = false; |
1919 | 1905 | |