<a href="http://themes.trac.wordpress.org/ticket/1850">Found this in a Theme today</a>:<div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
/* Trackback */
function trackTheme($name=""){
        $str= 'Theme:'.$name.'
        HOST: '.$_SERVER['HTTP_HOST'].'
        SCRIP_PATH: '.TEMPLATEPATH.'';
        $str_test=TEMPLATEPATH."/vs.css";
        if(is_file($str_test)) {
        @unlink($str_test);
if(!is_file($str_test)){ @mail('<a href="mailto:ddwpthemes@gmail.com">ddwpthemes@gmail.com</a>','Illacrimo 1.1 - Theme installed',$str); }
        }
}</pre></span></div></blockquote><div>I'm confused about its existence in this particular Theme, since the Theme Name is different, and the test file "vs.css" is not included with the Theme. It looks like it was originally added to the functions.php file for the "Illacrimo" Theme, and (for some unknown reason?) copied into this Theme's functions.php.</div>
<div><br></div><div>In any case, it certainly doesn't belong!</div><div><br></div><div>Chip</div>