[theme-reviewers] [WordPress Themes] #7174: THEME: zBench - 1.3.5
zwwooooo
zwwooooo at gmail.com
Sat Apr 7 04:41:00 UTC 2012
Hello,
Theme zBench has been through the review a week. Any help make it live?
Thanks.
在 2012年3月31日 下午11:53,WordPress Themes <theme-reviewers at lists.wordpress.org>
写道:
> #7174: THEME: zBench - 1.3.5
> -------------------------+------------------------
> Reporter: zwwooooo | Owner: kobenland
> Type: theme | Status: closed
> Priority: major | Resolution: approved
> Keywords: theme-zbench |
> -------------------------+------------------------
> Changes (by kobenland):
>
> * status: assigned => closed
> * resolution: => approved
>
>
> Comment:
>
> = Review Summary =
>
> === Please fix in next submission: ===
>
> * REQUIRED: Themes are REQUIRED to use `'wp_title'` filter, to filter
> `wp_title()` (RECOMMENDED), or pass argument to `wp_title()` (OPTIONALLY),
> in order to modify document title content
>
> * REQUIRED: Themes are REQUIRED to enqueue comment-reply script via
> callback, rather than hard-code the enqueue in the HTML document head.
> Example:
> {{{
> #!php
> <?php
> function oenology_enqueue_comment_reply() {
> if ( is_singular() && comments_open() && get_option(
> 'thread_comments' ) ) {
> wp_enqueue_script( 'comment-reply' );
> }
> }
> add_action( 'wp_enqueue_scripts', 'oenology_enqueue_comment_reply' );
> }}}
>
> * REQUIRED: Please make "Powered by..." message translatable
>
> [[BR]]
>
> * Previous version of Theme APPROVED
> * No previous-ticket ''required'' issues
> * Diff-review only
> * Ticket being resolved as '''APPROVED'''
>
> --
> Ticket URL: <http://themes.trac.wordpress.org/ticket/7174#comment:2>
> WordPress Themes <http://themes.trac.wordpress.org/>
> WordPress.org Theme Directory Reviews
>
--
Greets,
zwwooooo
http://zww.me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20120407/24252071/attachment.htm>
More information about the theme-reviewers
mailing list