<font color="#333333"><font><font face="arial,helvetica,sans-serif">it's live now<br></font></font></font><br><div class="gmail_quote">On Fri, Apr 6, 2012 at 11:41 PM, zwwooooo <span dir="ltr"><<a href="mailto:zwwooooo@gmail.com">zwwooooo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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"><<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>></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: zwwooooo | Owner: kobenland<br>
</div> Type: theme | Status: closed<br>
Priority: major | Resolution: approved<br>
<div>Keywords: theme-zbench |<br>
-------------------------+------------------------<br>
Changes (by kobenland):<br>
<br>
</div> * status: assigned => closed<br>
* resolution: => approved<br>
<br>
<br>
Comment:<br>
<br>
= Review Summary =<br>
<br>
=== Please fix in next submission: ===<br>
<br>
* REQUIRED: Themes are REQUIRED to use `'wp_title'` filter, to filter<br>
`wp_title()` (RECOMMENDED), or pass argument to `wp_title()` (OPTIONALLY),<br>
in order to modify document title content<br>
<br>
* REQUIRED: Themes are REQUIRED to enqueue comment-reply script via<br>
callback, rather than hard-code the enqueue in the HTML document head.<br>
Example:<br>
{{{<br>
#!php<br>
<?php<br>
function oenology_enqueue_comment_reply() {<br>
if ( is_singular() && comments_open() && get_option(<br>
'thread_comments' ) ) {<br>
wp_enqueue_script( 'comment-reply' );<br>
}<br>
}<br>
add_action( 'wp_enqueue_scripts', 'oenology_enqueue_comment_reply' );<br>
}}}<br>
<br>
* REQUIRED: Please make "Powered by..." message translatable<br>
<br>
[[BR]]<br>
<br>
* Previous version of Theme APPROVED<br>
* No previous-ticket ''required'' issues<br>
* Diff-review only<br>
* Ticket being resolved as '''APPROVED'''<span class="HOEnZb"><font color="#888888"><br>
<font color="#888888"><br>
--<br>
Ticket URL: <<a href="http://themes.trac.wordpress.org/ticket/7174#comment:2" target="_blank">http://themes.trac.wordpress.org/ticket/7174#comment:2</a>><br>
</font><div><div></div><div>WordPress Themes <<a href="http://themes.trac.wordpress.org/" target="_blank">http://themes.trac.wordpress.org/</a>><br>
WordPress.org Theme Directory Reviews<br>
</div></div></font></span></blockquote></div><span class="HOEnZb"><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>_______________________________________________<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>