From 3504926f8687e7557e64c73bc668b90e5da64a76 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 26 Sep 2006 17:12:57 +0000 Subject: get_text should work again git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@773 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wp-settings.php') 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(); -- cgit