[theme-reviewers] Can't upload theme due to Gravatar validation problem

Otto otto at ottodestruct.com
Sun Aug 29 21:30:16 UTC 2010


Took a look at the theme.

You're calling the comments_template function, but you don't actually
have a comments.php. This means that you're using the theme-compat
version of comments.php, which is not supportable. It has this
specifically in the code:

else // Backward compat code will be removed in a future release
		require( ABSPATH . WPINC . '/theme-compat/comments.php');

That backward compatible code is probably unacceptable. Include a
comments.php yourself, or ditch comments.

-Otto



On Sun, Aug 29, 2010 at 3:04 PM, Trevor Turk <trevorturk at gmail.com> wrote:
> Hello,
>
> I'm having trouble uploading a new theme to the directory. It's giving
> me an error about not having Gravatars. I do have Gravatars, but I
> think the theme upload validator can't verify this because I'm using
> the "comments_template" function. Gravatars are displayed by that
> function, though, so I think the theme should be able to make it
> through upload validation.
>
> Here's my theme:
>
> http://trevorturk.s3.amazonaws.com/simple.zip
>
> I was hoping to have it made available here:
>
> http://wordpress.org/extend/themes/simple
>
> Thanks!
> - Trevor
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>


More information about the theme-reviewers mailing list