Remove unneeded (and broken) line. Props asher. fixes #2314

git-svn-id: https://develop.svn.wordpress.org/trunk@3466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-20 21:02:59 +00:00
parent c87ff19cf0
commit 19515e03dd

View File

@ -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');