[theme-reviewers] [WordPress Themes] #7174: THEME: zBench - 1.3.5

zwwooooo zwwooooo at gmail.com
Sat Apr 7 05:28:21 UTC 2012


Thanks. I have a question of this REQUIRED:

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
>

I found that most of the theme's method from Twenty Eleven or Twenty Ten.
This REQUIRED is new required?  Have specific example? My English is poor.
Difficult to search and read the related content.

在 2012年4月7日 下午12:47,Emil Uzelac <emil at themeid.com>写道:

> it's live now
>
> On Fri, Apr 6, 2012 at 11:41 PM, zwwooooo <zwwooooo at gmail.com> wrote:
>
>> 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
>>
>>
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>>
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>


-- 
Greets,
zwwooooo
http://zww.me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20120407/16b477f3/attachment.htm>


More information about the theme-reviewers mailing list