From 042f170ed8c4db053596555bbc9749b3125d788c Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 20 Jan 2006 21:02:59 +0000 Subject: [PATCH] Remove unneeded (and broken) line. Props asher. fixes #2314 git-svn-id: http://svn.automattic.com/wordpress/trunk@3466 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 1ecfe389c..6cc483702 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -113,8 +113,6 @@ else wp_cache_init(); -$wp_filters = array(); - require (ABSPATH . WPINC . '/functions.php'); require (ABSPATH . WPINC . '/default-filters.php'); require_once (ABSPATH . WPINC . '/wp-l10n.php');