summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-settings.php b/wp-settings.php
index ad10e47..20be69e 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -290,6 +290,7 @@ if ( !defined('WP_CONTENT_URL') )
define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up
require_once( ABSPATH . WPINC . '/wpmu-functions.php' );
+require (ABSPATH . WPINC . '/wpmu-default-filters.php'); // WPmu Filters
/**
* Allows for the plugins directory to be moved from the default location.