Unfortunately, you&#39;ll need to update I believe. I understand the reason you would like to do this, to protect your users/customers a bit with some backwards compatibility.<br><br>However, backwards compatibility as far as I understand it, is strictly against the WP repo guidelines. Reason being is that they want to make sure everyone is always using the very latest version of WP, for security as one example. <br>
<br>So along those lines they want theme/plugin designers/developers to keep their themes/plugins strictly compatible with the latest WP version and advise users/customers to stay up-to-date.<br><br>But, yes wait for a definitive response from either Otto or Chip, authorities on the subject of pretty much all things WP.<br>
<br>Thanks, Bryan<br clear="all"><br><br>Bryan Phillip Hadaway<br>
<div><span style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><div style="margin:0pt 0pt 8px"><p style="margin:0pt"><span style="color:rgb(46,45,46)"> <br> Web &amp; Graphic Designer<br>
 <a href="http://calmestghost.com/" target="_blank">calmestghost.com</a><br> <a href="mailto:bhadaway@gmail.com" target="_blank">bhadaway@gmail.com</a></span></p><p style="margin:0pt"><span style="color:rgb(46,45,46)"><br>

 <b>Socialize:</b></span> <span style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><a href="http://www.facebook.com/calmestghost" target="_blank">Facebook</a> |</span><span style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"> <a href="http://twitter.com/calmestghost" target="_blank">Twitter</a> </span><span style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif">| </span><a href="http://www.linkedin.com/in/calmestghost" target="_blank">LinkedIn</a> | <a href="https://plus.google.com/104582075016689917593" target="_blank">Google+</a></p>

</div></span></div>
<br>
<br><br><div class="gmail_quote">On Wed, Aug 22, 2012 at 9:26 PM, Petar Genev <span dir="ltr">&lt;<a href="mailto:petar.genev@gmail.com" target="_blank">petar.genev@gmail.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="gmail_quote">Hi there,<br><br>I am trying to upload a theme via <a href="http://wordpress.org/extend/themes/upload/" target="_blank">http://wordpress.org/extend/themes/upload/</a><br>I get the following two errors:<br>

<ul><li><span>REQUIRED</span>: <b>add_contextual_help</b> found in the file <b>theme-options.php</b>. Deprecated since version <b>3.3</b>. Use <b>get_current_screen()-&gt;add_help_tab()</b> instead.</li>
<li><span>RECOMMENDED</span>: <b>get_current_theme</b> found in the file <b>theme-options.php</b>. Deprecated since version <b>3.4</b>. Use <b>wp_get_theme()</b> instead.</li>
</ul>I do not consider those two as errors because in the code I make an IF statement that checks if the new function exists and if it does not it would call the old one. This is how I make sure I use the new function if the wordpress installation is new version and use the old function on old wp installations. <br>


I can easily use only the new functions but then my theme will not work fine on old versions of WP which I&#39;d like my theme to support. By old versions I mean 3.3 and 3.4.<br><br>For example:<br>&lt;?php $theme_name = function_exists( &#39;wp_get_theme&#39; ) ? wp_get_theme() : get_current_theme(); ?&gt;<br>


<br>I think the theme checker finds the old function as a text in the codes and rises the errors without following the logic in the IF statements.<br><br><br><br>Please tell me what can I do so I can upload my theme?<span class="HOEnZb"><font color="#888888"><span><font color="#888888"><br>

<br>
Petar<br>
</font></span></font></span></div><br>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br>