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:
parent
24e69f293f
commit
0a550d5454
@ -162,8 +162,6 @@ if ( !defined('COOKIE_DOMAIN') )
|
|||||||
|
|
||||||
require (ABSPATH . WPINC . '/vars.php');
|
require (ABSPATH . WPINC . '/vars.php');
|
||||||
|
|
||||||
do_action('core_files_loaded');
|
|
||||||
|
|
||||||
// Check for hacks file if the option is enabled
|
// Check for hacks file if the option is enabled
|
||||||
if (get_settings('hack_file')) {
|
if (get_settings('hack_file')) {
|
||||||
if (file_exists(ABSPATH . '/my-hacks.php'))
|
if (file_exists(ABSPATH . '/my-hacks.php'))
|
||||||
|
Loading…
Reference in New Issue
Block a user