Revert [6921]. see #5928

git-svn-id: https://develop.svn.wordpress.org/trunk@6925 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-20 02:55:36 +00:00
parent ed75e6b521
commit f8feca5405
1 changed files with 1 additions and 1 deletions

View File

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