summaryrefslogtreecommitdiffstats
path: root/wp-settings.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-settings.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-settings.php')
-rw-r--r--wp-settings.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 57bce50..1459781 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -144,6 +144,10 @@ define( "UPLOADS", "wp-content/blogs.dir/{$wpdb->blogid}/files" );
require (ABSPATH . WPINC . '/functions.php');
require (ABSPATH . WPINC . '/plugin.php');
require (ABSPATH . WPINC . '/default-filters.php');
+
+include_once(ABSPATH . 'wp-includes/streams.php');
+include_once(ABSPATH . 'wp-includes/gettext.php');
+
require_once (ABSPATH . WPINC . '/l10n.php');
$wpdb->hide_errors();