From fa6f173c88372ca6c7c3aa09cfe7bbf684a4f9e0 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 30 Jan 2006 21:29:22 +0000 Subject: [PATCH] Remove core_files_loaded action due to general uselessness. fixes #2347 git-svn-id: http://svn.automattic.com/wordpress/trunk@3499 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 6cc483702..afb3f3374 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -162,8 +162,6 @@ if ( !defined('COOKIE_DOMAIN') ) require (ABSPATH . WPINC . '/vars.php'); -do_action('core_files_loaded'); - // Check for hacks file if the option is enabled if (get_settings('hack_file')) { if (file_exists(ABSPATH . '/my-hacks.php'))