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
This commit is contained in:
Ryan Boren 2006-01-30 21:29:22 +00:00
parent 24e69f293f
commit 0a550d5454
1 changed files with 0 additions and 2 deletions

View File

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