$expire) { $cached = FALSE; // check the time stamp if ($expire < ($now - $grav_options['gravatar_expire'])) { // it's past the expiration time, so grab the latest version $cached = gravatar_cache(md5($who)); if ($cached) { $gravatar_expire[$who] = $now; } } } update_option('gravatar_expire', $gravatar_expire); } // wp_cron_gravcache ?>