Remove unused var

git-svn-id: http://svn.automattic.com/wordpress/trunk@9544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-06 04:54:13 +00:00
parent f597bae652
commit 74af1250f7
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ function wp_version_check() {
$current->version_checked == $wp_version
)
return false;
$new_option = '';
$new_option->last_checked = time(); // this gets set whether we get a response or not, so if something is down or misconfigured it won't delay the page load for more than 3 seconds, twice a day
$new_option->version_checked = $wp_version;
if ( method_exists( $wpdb, 'db_version' ) )
$mysql_version = preg_replace('/[^0-9.].*/', '', $wpdb->db_version($wpdb->users));