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:
parent
ee7a432c55
commit
042f170ed8
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue