From 17e8f5a94bfb430c353c8333eb44ed4a01af3c85 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 26 Sep 2006 17:06:35 +0000 Subject: Disable the Cachedfilereader git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@772 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/l10n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wp-includes') 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; -- cgit