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

git-svn-id: http://svn.automattic.com/wordpress/trunk@3466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-20 21:02:59 +00:00
parent ee7a432c55
commit 042f170ed8

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