I'm guessing that no ticket was created in this case. :)<div><br></div><div>Usually conditional wrappers pass through the upload script. Otto/Pross: any idea?</div><div><br></div><div>Mel: note that, as of WordPress 3.4, backward compatibility is only recommended to WordPress 3.3 - though 3.2 remains optional.</div>
<div><br></div><div>Chip<br><br><div class="gmail_quote">On Wed, Jul 4, 2012 at 2:02 PM, Konstantin Obenland <span dir="ltr"><<a href="mailto:konstantin@obenland.it" target="_blank">konstantin@obenland.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mel,<br>
<br>
these kind of things are usually best discussed in-ticket.<br>
<br>
Thanks,<br>
Konstantin<br>
<div class="HOEnZb"><div class="h5"><br>
On Jul 4, 2012, at 9:00 PM, esmi at quirm dot net wrote:<br>
<br>
> Theme: Scrapbook 5.4<br>
><br>
> Reason:<br>
> REQUIRED: add_contextual_help found in the file theme-options.php. Deprecated since version 3.3. Use get_current_screen()->add_help_tab() instead.<br>
><br>
> add_contextual_help is being used in a conditional to provide backwards compatibility based on a snippet from Twenty Eleven.<br>
><br>
> =========================<br>
> if ( method_exists( $screen, 'add_help_tab' ) ) {<br>
> // WordPress 3.3<br>
> $screen->add_help_tab( array(<br>
> 'title' => __( 'Overview', 'scrapbook' ),<br>
> 'id' => 'theme-options-help',<br>
> 'content' => $help,<br>
> )<br>
> );<br>
> $screen->set_help_sidebar( $sidebar );<br>
> }<br>
> else add_contextual_help( $screen, $help . $sidebar ); // WordPress 3.2<br>
> =========================<br>
><br>
> Will get_current_screen()->add_help_tab() work in 3.2?<br>
><br>
> Mel<br>
> --<br>
> <a href="http://quirm.net" target="_blank">http://quirm.net</a><br>
> <a href="http://blackwidows.co.uk" target="_blank">http://blackwidows.co.uk</a><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>
_______________________________________________<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>
</div></div></blockquote></div><br></div>