From 0a550d54549020ac1664198c550fbb4bd868787d Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@3499 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 6cc483702d..afb3f33744 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'))