summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/wp-settings.php b/wp-settings.php
index f39ec9a..6ca0163 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -158,10 +158,8 @@ if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of
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');
-
+include_once(ABSPATH . WPINC . '/streams.php');
+include_once(ABSPATH . WPINC . '/gettext.php');
require_once (ABSPATH . WPINC . '/l10n.php');
$wpdb->hide_errors();