summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
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();