Lots of great point Chip ...<br><br>... nice work Pross; I&#39;m looking forward to seeing the new and improved &quot;ugly css popup&quot; (*grin*)<br><br><br><br>Cais.<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 5:54 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;"><div class="im">On 09/29/2010 09:31 PM, Chip Bennett wrote:<br>
&gt; wp_enqueue_script( &#39;comment-reply&#39;<br>
</div>&gt; )&lt;<a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality" target="_blank">http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality</a>&gt;<br>


&gt; &lt;<a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality" target="_blank">http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display#Javascript_Comment_Functionality</a>&gt;<br>


Was already implemented!<br>
<br>
&gt; paginate_comments_links()&lt;<a href="http://codex.wordpress.org/Function_Reference/paginate_comments_links" target="_blank">http://codex.wordpress.org/Function_Reference/paginate_comments_links</a>&gt;,<br>
&gt; or previous_comments_link()&lt;<a href="http://codex.wordpress.org/Function_Reference/previous_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/previous_comments_link</a>&gt;<br>
&gt; /next_comments_link()&lt;<a href="http://codex.wordpress.org/Function_Reference/next_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_comments_link</a>&gt;<br>
added<br>
&gt; posts_nav_link()&lt;<a href="http://codex.wordpress.org/Function_Reference/posts_nav_link" target="_blank">http://codex.wordpress.org/Function_Reference/posts_nav_link</a>&gt;,<br>
&gt; or previous_posts_link()&lt;<a href="http://codex.wordpress.org/Function_Reference/previous_posts_link" target="_blank">http://codex.wordpress.org/Function_Reference/previous_posts_link</a>&gt;<br>
&gt; /next_posts_link()&lt;<a href="http://codex.wordpress.org/Function_Reference/next_posts_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_posts_link</a>&gt;<br>
added<br>
<div class="im">&gt; if get_header(), file header.php must exist<br>
&gt; if get_sidebar(), file sidebar.php (or sidebar-foo.php) must exist<br>
&gt; if get_footer(), file footer.php must exist<br>
&gt; if comments_template(), file comments.php must exist<br>
</div>not yet, but i know how to do it ;)<br>
<div class="im">&gt;<br>
&gt; Add warning on include( TEMPLATEPATH . &#39;file.php&#39; )<br>
&gt; Must not have include( TEMPLATEPATH . &#39;searchform&#39; ) or any variation<br>
&gt; Must not include get_template_part( &#39;searchform &#39; ) or any variation<br>
</div>This will take a complicated regex...<br>
<div class="im">&gt;<br>
&gt; Style.css: add:<br>
&gt; .wp-caption<br>
&gt; .wp-caption-text<br>
&gt; .gallery-caption<br>
</div>done!<br>
<div class="im">&gt;<br>
&gt; Add *recommended* for:<br>
&gt; .bypostauthor<br>
&gt; .sticky<br>
</div>Added!<br>
<div class="im">&gt;<br>
&gt; Might be a bit tricky, but can you check the footer for credit link(s), and:<br>
&gt; Ensure no more than 1 link (other than to <a href="http://wordpress.org" target="_blank">wordpress.org</a>)<br>
&gt; Link URL matches either Theme URI or Author URI?<br>
&gt;<br>
&gt; That should cover most of the things that can be automated. Here are some<br>
&gt; potential others:<br>
&gt;<br>
&gt; if &quot;post-thumbnail&quot; or &quot;post_thumbnail&quot;, must have (should catch the ones<br>
&gt; using custom fields for post thumbnails):<br>
&gt; add_theme_support( &#39;post-thumbnails&#39; )<br>
&gt; the_post_thumbnail<br>
</div>checks for post-thumbnails and the_post_thumbnail already<br>
&gt;<br>
&gt; &lt;<a href="http://codex.wordpress.org/Function_Reference/next_comments_link" target="_blank">http://codex.wordpress.org/Function_Reference/next_comments_link</a>&gt;if &quot;menu&quot;,<br>
<div class="im">&gt; must have:<br>
&gt; register_nav_menu or register_nav_menus<br>
&gt; wp_nav_menu<br>
</div>done<br>
<br>
Cais may notice the ugly css popup has had a makeover ;)<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>