Current version is 3.4. One major version prior would be 3.3. Two major versions prior would be 3.2.<div><br></div><div>Backward compatibility to 3.2 is still allowed, under the current guidelines.</div><div><br></div><div>
Chip<br><br><div class="gmail_quote">On Thu, Aug 23, 2012 at 8:20 AM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Aug 23, 2012 at 7:16 AM, Chip Bennett &lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt; wrote:<br>
&gt; But the issue is that the Guidelines allow for certain backward<br>
&gt; compatibility, but apparently the uploader is preventing upload. Whether the<br>
&gt; RegEx can/needs to be changed, or just the criticality level needs to be<br>
&gt; lowered so that upload doesn&#39;t fail, the end result is a &quot;false positive&quot;<br>
&gt; that is preventing upload.<br>
<br>
</div>The uploader (theme check) is correct. Look at the error:<br>
<div class="im"><br>
REQUIRED: add_contextual_help found in the file theme-options.php.<br>
Deprecated since version 3.3. Use get_current_screen()-&gt;add_help_tab()<br>
instead.<br>
<br>
</div>add_contextual_help was deprecated in 3.3. The guidelines state (or<br>
once stated) that backward compatibility would only be supported for<br>
two major versions. Well, that&#39;s two major versions, 3.3 and 3.4.<br>
add_contextual_help is a 3.2 thing, and therefore outside the<br>
guidelines.<br>
<br>
So, no error here. If you want to change theme check to make that<br>
recommended, then you need to adjust the guidelines.<br>
<br>