[theme-reviewers] Theme Uploader and CSS Classes

Andrew Nacin wp at andrewnacin.com
Fri Sep 24 20:37:44 UTC 2010


The theme uploader uses string searches, and detects the presence of the
following. Some of these are skipped for BuddyPress child themes.

-- ".aligncenter", ".alignright", and ".alignleft" in the stylesheet.
-- wp_footer(), wp_head(),
-- A blog tag line, and rejects if it is absent
-- Gravatar support
-- Widget support
-- Support for tags
-- wp_link_pages

It also detects the presence of various bad things, including: PHP short
tags, GA code, base64, etc.

Anything not present that should be, or present that should not be, leads to
a rejection.

It additionally checks the sanity of the zip file, whether hidden OS files
crept in, whether a screenshot was included, etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20100924/8daf927d/attachment.htm>


More information about the theme-reviewers mailing list