summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 4a7d98c..0d25991 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -295,7 +295,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
+require( ABSPATH . WPINC . '/wpmu-default-filters.php' ); // WPmu Filters
/**
* Allows for the plugins directory to be moved from the default location.