summaryrefslogtreecommitdiffstats
path: root/wp-activate.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-activate.php')
-rw-r--r--wp-activate.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-activate.php b/wp-activate.php
index 3819af6..3a81bcb 100644
--- a/wp-activate.php
+++ b/wp-activate.php
@@ -3,6 +3,8 @@ define( "WP_INSTALLING", true );
require ('wp-config.php');
require_once( ABSPATH . WPINC . '/registration.php');
+if( is_object( $wp_object_cache ) ) $wp_object_cache->cache_enabled = false;
+
do_action("activate_header");
get_header();