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
This commit is contained in:
parent
60ccea94fd
commit
fa6f173c88
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue