From f8feca540572f12f727bbb665b988db31ea2115a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 20 Feb 2008 02:55:36 +0000 Subject: [PATCH] Revert [6921]. see #5928 git-svn-id: https://develop.svn.wordpress.org/trunk@6925 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/update.php b/wp-includes/update.php index 593adfe76f..05a28dc0ae 100644 --- a/wp-includes/update.php +++ b/wp-includes/update.php @@ -65,6 +65,6 @@ function wp_version_check() { update_option( 'update_core', $new_option ); } -add_action( 'admin_init', 'wp_version_check' ); +add_action( 'init', 'wp_version_check' ); ?> \ No newline at end of file