Checking the diff for an <a href="https://themes.trac.wordpress.org/ticket/1262">update</a> to a Theme that I had previously approved, I found <a href="http://themes.trac.wordpress.org/browser/mataram/1.0.2/functions/index.php?rev=13886#L1">this</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: monospace; font-size: 11px; border-collapse: collapse; "><span class="cp" style="color: rgb(153, 153, 153); font-weight: bold; ">&lt;?php</span>  <span class="p">(</span> <span class="nb" style="color: rgb(153, 153, 153); ">header</span><span class="p">(</span><span class="s1" style="color: rgb(187, 136, 68); ">&#39;Location: <a href="http://allfreecms.com">http://allfreecms.com</a>&#39;</span><span class="p">)</span> <span class="p">);</span><span class="cp" style="color: rgb(153, 153, 153); font-weight: bold; ">?&gt;</span></span><br>
<div><br></div></div></blockquote>Any good reason for this to exist? My limited PHP knowledge tells me that it&#39;s some sort of header redirect. Does it have any business being called in a WordPress Theme? (Note: I can&#39;t actually find anywhere that the Theme is actually including the functions/index.php file in which the above code is found..)<div>
<br></div><div>Chip</div>