summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-28 16:37:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-28 16:37:29 +0000
commitb0ec25b6a0a49fb6937a650625dcfca406016f6e (patch)
tree0c850efa78f7367f662431d1664fad453b5f5439 /wp-settings.php
parent2841bbfd327625d091217599d9331ccc9d0d1739 (diff)
downloadwordpress-mu-b0ec25b6a0a49fb6937a650625dcfca406016f6e.tar.gz
wordpress-mu-b0ec25b6a0a49fb6937a650625dcfca406016f6e.tar.xz
wordpress-mu-b0ec25b6a0a49fb6937a650625dcfca406016f6e.zip
Massive cleanup of wpmu-functions, props momo360modena, fixes #719
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1450 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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.