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