<html><head></head><body bgcolor="#FFFFFF"><div>I'm glad you did answer it here, gives me the chance to ask: So what does that mean exactly? :)</div><div><br></div><div>Are the requirements specified in this post not real requirements, and we're not supposed to enforce them?&nbsp;</div><div><br></div><div>The very first sentence of the post says:</div><div>"[...] and will be made effective one month following release [of WordPress 3.3]"</div><div><br></div><div>As I'm still pretty green as a reviewer, and in the beginning I found it confusing that I had to look all over the place to make sure I have all requirements in check, when reviewing. I still have like four reference tabs open when I review a Theme:</div><div><br></div><div>Theme Review Codex</div><div>Theme Unit Test Codex</div><div>The above mentioned post</div><div>Chips article for new reviewers on his blog</div><div><br></div><div>This is what I base my reviews on but I can't be sure that I didn't miss a requirement hidden somewhere else. :)</div><div><br></div><div>If there is no reason not to have the requirements from the post in the Theme Review Codex, I'd be happy to help migrating them there!</div><div><br></div><div>Thanks,</div><div>Konstantin<br><br>Sent from my iPad</div><div><br>On 07.04.2012, at 07:39, Emil Uzelac &lt;<a href="mailto:emil@themeid.com">emil@themeid.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">I should not&nbsp;answer&nbsp;this here, but since it's addressed to all :)</font></font></font><div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br>

</font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">See:&nbsp;<a href="http://make.wordpress.org/themes/2011/11/10/wordpress-3-3-proposed-guidelines-revisions/">http://make.wordpress.org/themes/2011/11/10/wordpress-3-3-proposed-guidelines-revisions/</a> and as far as I know that's not yet in&nbsp;<a href="http://codex.wordpress.org/Theme_Review">http://codex.wordpress.org/Theme_Review</a> also see:&nbsp;<a href="http://hitchhackerguide.com/2011/02/12/wp_title/">http://hitchhackerguide.com/2011/02/12/wp_title/</a></font></font></font></div>

<div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Emil<br></font></font></font><br><div class="gmail_quote">

On Sat, Apr 7, 2012 at 12:28 AM, zwwooooo <span dir="ltr">&lt;<a href="mailto:zwwooooo@gmail.com">zwwooooo@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">

Thanks. I have a question of this REQUIRED:<div class="im"><br><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">REQUIRED: Themes are REQUIRED to use <tt>'wp_title'</tt> filter, to filter <tt>wp_title()</tt> (RECOMMENDED), or pass argument to <tt>wp_title()</tt> (OPTIONALLY), in order to modify document title content
<br></blockquote><br></div><div class="gmail_quote">I found that most of the theme's method from Twenty Eleven or Twenty Ten. This REQUIRED is new required?&nbsp; Have specific example? My English is poor. Difficult to search and read the related content.<br>


<br>在 2012年4月7日 下午12:47,Emil Uzelac <span dir="ltr">&lt;<a href="mailto:emil@themeid.com" target="_blank">emil@themeid.com</a>&gt;</span>写道:<div><div class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<font color="#333333"><font><font face="arial,helvetica,sans-serif">it's live now<br></font></font></font><br><div class="gmail_quote"><div><div></div><div>On Fri, Apr 6, 2012 at 11:41 PM, zwwooooo <span dir="ltr">&lt;<a href="mailto:zwwooooo@gmail.com" target="_blank">zwwooooo@gmail.com</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>Hello,<br><br>Theme zBench has been through the review a week. Any help make it  live? Thanks.<br>


<br><div class="gmail_quote">

在 2012年3月31日 下午11:53,WordPress Themes <span dir="ltr">&lt;<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>&gt;</span>写道:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>#7174: THEME: zBench - 1.3.5<br>
-------------------------+------------------------<br>
Reporter: &nbsp;zwwooooo &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; Owner: &nbsp;kobenland<br>
</div> &nbsp; &nbsp;Type: &nbsp;theme &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp;Status: &nbsp;closed<br>
Priority: &nbsp;major &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;Resolution: &nbsp;approved<br>
<div>Keywords: &nbsp;theme-zbench &nbsp;|<br>
-------------------------+------------------------<br>
Changes (by kobenland):<br>
<br>
</div>&nbsp;* status: &nbsp;assigned =&gt; closed<br>
&nbsp;* resolution: &nbsp; =&gt; approved<br>
<br>
<br>
Comment:<br>
<br>
&nbsp;= Review Summary =<br>
<br>
&nbsp;=== Please fix in next submission: ===<br>
<br>
&nbsp;* REQUIRED: Themes are REQUIRED to use `'wp_title'` filter, to filter<br>
&nbsp;`wp_title()` (RECOMMENDED), or pass argument to `wp_title()` (OPTIONALLY),<br>
&nbsp;in order to modify document title content<br>
<br>
&nbsp;* REQUIRED: Themes are REQUIRED to enqueue comment-reply script via<br>
&nbsp;callback, rather than hard-code the enqueue in the HTML document head.<br>
&nbsp;Example:<br>
&nbsp;{{{<br>
&nbsp;#!php<br>
&nbsp;&lt;?php<br>
&nbsp;function oenology_enqueue_comment_reply() {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; if ( is_singular() &amp;&amp; comments_open() &amp;&amp; get_option(<br>
&nbsp;'thread_comments' ) ) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wp_enqueue_script( 'comment-reply' );<br>
 &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&nbsp;}<br>
&nbsp;add_action( 'wp_enqueue_scripts', 'oenology_enqueue_comment_reply' );<br>
&nbsp;}}}<br>
<br>
&nbsp;* REQUIRED: Please make "Powered by..." message translatable<br>
<br>
&nbsp;[[BR]]<br>
<br>
&nbsp;* Previous version of Theme APPROVED<br>
&nbsp;* No previous-ticket ''required'' issues<br>
&nbsp;* Diff-review only<br>
&nbsp;* Ticket being resolved as '''APPROVED'''<span><font color="#888888"><br>
<font color="#888888"><br>
--<br>
Ticket URL: &lt;<a href="http://themes.trac.wordpress.org/ticket/7174#comment:2" target="_blank">http://themes.trac.wordpress.org/ticket/7174#comment:2</a>&gt;<br>
</font><div><div></div><div>WordPress Themes &lt;<a href="http://themes.trac.wordpress.org/" target="_blank">http://themes.trac.wordpress.org/</a>&gt;<br>
<a href="http://WordPress.org">WordPress.org</a> Theme Directory Reviews<br>
</div></div></font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><br>-- <br>Greets,<br>zwwooooo<br><a href="http://zww.me" target="_blank">http://zww.me</a><div></div><br>
</font></span><br></div></div>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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></div></div><div class="HOEnZb"><div class="h5"><br><br clear="all"><br>-- <br>Greets,<br>zwwooooo<br><a href="http://zww.me" target="_blank">http://zww.me</a><div></div><br>
</div></div><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></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>theme-reviewers mailing list</span><br><span><a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a></span><br><span><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a></span><br></div></blockquote></body></html>