<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: &#39;Times New Roman&#39;; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
/* Trackback */
function trackTheme($name=&quot;&quot;){

        $str= &#39;Theme:&#39;.$name.&#39;
        HOST: &#39;.$_SERVER[&#39;HTTP_HOST&#39;].&#39;
        SCRIP_PATH: &#39;.TEMPLATEPATH.&#39;&#39;;
        $str_test=TEMPLATEPATH.&quot;/vs.css&quot;;
        if(is_file($str_test)) {
        @unlink($str_test);
    if(!is_file($str_test)){ @mail(&#39;<a href="mailto:ddwpthemes@gmail.com">ddwpthemes@gmail.com</a>&#39;,&#39;Illacrimo 1.1 - Theme installed&#39;,$str); }
        }
}</pre></span></div></blockquote><div>I&#39;m confused about its existence in this particular Theme, since the Theme Name is different, and the test file &quot;vs.css&quot; is not included with the Theme. It looks like it was originally added to the functions.php file for the &quot;Illacrimo&quot; Theme, and (for some unknown reason?) copied into this Theme&#39;s functions.php.</div>
<div><br></div><div>In any case, it certainly doesn&#39;t belong!</div><div><br></div><div>Chip</div>