Is testing style.css content for &#39;license&#39; done only if &#39;license.txt&#39; is not found?<br><br>Although we are recommending to add the license slug(s) to the style.css header block, including the appropriate license.txt file would satisfy that point.<br>

<br>IIRC, the theme is considered GPL(v2) compatible if it is not specifically set as well, so the above becomes recommended *and* a necessary check by the Theme Reviewer<br><br>Otherwise nothing is jumping out at me that is a concern.<br>

<br><br>Cais.<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 4:06 PM, Simon Prosser <span dir="ltr">&lt;<a href="mailto:pross@pross.org.uk">pross@pross.org.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Here is the list of things my script currently checks for:<br>
<br>
*All php files:*<br>
body_class<br>
post_class<br>
comment_form<br>
wp_list_comments<br>
comments_template<br>
wp_head<br>
wp_footer<br>
wp_link_pages<br>
dynamic_sidebar<br>
automatic-feed-links<br>
post-thumbnails (recommended)<br>
the_post_thumbnail (recommended)<br>
comment-reply<br>
content_width<br>
<br>
A basic check for user levels instead of roles that produces has_cap()<br>
errors in the admin pages.<br>
<br>
Check for shorttags &lt;? &lt;?= ignoring &lt;?php &lt;?xml<br>
<br>
Check for Artiseer generated theme.<br>
<br>
*style.css:*<br>
Theme Name<br>
Description<br>
Author<br>
Version<br>
Tags<br>
Licence/License<br>
.aligncenter<br>
.alignleft<br>
.alignright<br>
<br>
*Deprecated functions*<br>
get_archives<br>
link_pages<br>
register_sidebar_widgets<br>
register_sidebar_widget<br>
get_settings<br>
get_alloptions<br>
get_profile<br>
add_option_update_handler<br>
remove_option_update_handler<br>
clean_url<br>
is_term<br>
is_taxonomy<br>
wp_specialchars<br>
sanitize_url<br>
get_postdata<br>
previous_post<br>
next_post<br>
wp_list_cats<br>
list_authors<br>
get_author_link<br>
get_settings<br>
wp_get_links<br>
comments_rss_link<br>
get_category_rss_link<br>
get_author_rss_link<br>
comments_rss<br>
get_catname<br>
__ngettext<br>
attribute_escape<br>
get_usermeta<br>
automatic_feed_links<br>
<br>
Please let me know if you think anything should be added or removed<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">My Blog: <a href="http://www.pross.org.uk/" target="_blank">http://www.pross.org.uk/</a><br>
Plugins : <a href="http://www.pross.org.uk/plugins/" target="_blank">http://www.pross.org.uk/plugins/</a><br>
Themes: <a href="http://wordpress.org/extend/themes/profile/pross" target="_blank">http://wordpress.org/extend/themes/profile/pross</a><br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>