Switch to init action. Hat tip: westi. See #1476

git-svn-id: https://develop.svn.wordpress.org/trunk@5894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2007-08-17 13:28:45 +00:00
parent dcf28dced7
commit 69a3980bc7
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ function wp_version_check() {
update_option( 'update_core', $new_option );
}
wp_version_check();
add_action( 'init', 'wp_version_check' );
?>