summaryrefslogtreecommitdiffstats
path: root/wp-includes/l10n.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 17:06:35 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-26 17:06:35 +0000
commit17e8f5a94bfb430c353c8333eb44ed4a01af3c85 (patch)
tree809d792fefa8402612c31ae7cc8c9ec5b414a74d /wp-includes/l10n.php
parent1903717f57818116513b80f6ef314e6619b713ff (diff)
downloadwordpress-mu-17e8f5a94bfb430c353c8333eb44ed4a01af3c85.tar.gz
wordpress-mu-17e8f5a94bfb430c353c8333eb44ed4a01af3c85.tar.xz
wordpress-mu-17e8f5a94bfb430c353c8333eb44ed4a01af3c85.zip
Disable the Cachedfilereader
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@772 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/l10n.php')
-rw-r--r--wp-includes/l10n.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php
index b2b099c..33e34a8 100644
--- a/wp-includes/l10n.php
+++ b/wp-includes/l10n.php
@@ -58,7 +58,8 @@ function load_textdomain($domain, $mofile) {
return;
if ( is_readable($mofile))
- $input = new CachedFileReader($mofile);
+ return;
+ //$input = new CachedFileReader($mofile);
else
return;