[theme-reviewers] [WordPress Themes] #7174: THEME: zBench - 1.3.5
Emil Uzelac
emil at themeid.com
Sat Apr 7 05:39:59 UTC 2012
I should not answer this here, but since it's addressed to all :)
See:
http://make.wordpress.org/themes/2011/11/10/wordpress-3-3-proposed-guidelines-revisions/and
as far as I know that's not yet in
http://codex.wordpress.org/Theme_Review also see:
http://hitchhackerguide.com/2011/02/12/wp_title/
Emil
On Sat, Apr 7, 2012 at 12:28 AM, zwwooooo <zwwooooo at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20120407/c890f59c/attachment-0001.htm>
More information about the theme-reviewers
mailing list