<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hah, nice one, totally misread that because I was 
looking for the forms.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>go go legacy checks!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>So the only thing you need then is to make that 
disabled message as the default on is_page and you're set</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=sayontan@gmail.com href="mailto:sayontan@gmail.com">Sayontan 
  Sinha</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net 
  href="mailto:philip@frumph.net">Philip M. Hofer (Frumph)</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
  title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 06, 2010 8:53 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] [WordPress 
  Themes] Suffusion - feedback</DIV>
  <DIV><BR></DIV>Are you sure you are seeing the right files? Lines 51 to 
  84:<BR><BR>if (function_exists('comment_form')) {<BR>&nbsp;&nbsp;&nbsp; 
  comment_form(array(<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'fields' =&gt; 
  array(<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'author' 
  =&gt; "<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;label 
  for='author' 
  class='$label_style'&gt;$suf_comment_label_name&lt;/label&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;input type='text' name='author' id='author' class='textarea' 
  value='".esc_attr($comment_author)."' size='28' tabindex='1' /&gt;". ($req ? 
  $suf_comment_label_name_req : "")."<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;",<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'email' =&gt; "<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;label for='email' 
  class='$label_style'&gt;$suf_comment_label_email&lt;/label&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;input type='text' name='email' id='email' 
  value='".esc_attr($comment_author_email)."' size='28' tabindex='2' 
  class='textarea' /&gt;". ($req ? $suf_comment_label_email_req : ""). 
  "<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &lt;/p&gt;",<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'url' =&gt; "<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;label for='url' 
  class='$label_style'&gt;$suf_comment_label_uri&lt;/label&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;input type='text' name='url' id='url' 
  value='".esc_attr($comment_author_url)."' size='28' tabindex='3' 
  class='textarea' /&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;"<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; ),<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'comment_field' 
  =&gt; "<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &lt;p&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;label 
  for='comment' class='textarea 
  $label_style'&gt;$suf_comment_label_your_comment&lt;/label&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &lt;textarea name='comment' id='comment' cols='60' rows='10' tabindex='4' 
  class='textarea'&gt;&lt;/textarea&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;",<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'logged_in_as' =&gt; '&lt;p 
  class="logged-in-as"&gt;'.sprintf(__('Logged in as %s. ', 'suf_theme'), "&lt;a 
  href='".admin_url('profile.php')."'&gt;".$user_identity."&lt;/a&gt;").<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ' &lt;a 
  href="'.wp_logout_url(apply_filters('the_permalink', 
  get_permalink($post_id))).'"&gt;'.__('Log out', 
  'suf_theme').'&lt;/a&gt;.'.'&lt;/p&gt;',<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'must_log_in' =&gt; '&lt;p 
  class="must-log-in"&gt;'.<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '&lt;a 
  href="'.wp_login_url(apply_filters('the_permalink', 
  get_permalink($post_id))).'"&gt;'.__('You must be logged in to post a 
  comment.', 'suf_theme').'&lt;/a&gt;&lt;/p&gt;',<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'title_reply' =&gt; __('Leave a Reply', 
  "suf_theme"),<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'title_reply_to' =&gt; 
  __('Leave a Reply to %s', "suf_theme"),<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'label_submit' =&gt; __('Submit Comment', 
  "suf_theme"),<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'comment_notes_before' 
  =&gt; "&lt;span&gt;&lt;/span&gt;",<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  'comment_notes_after' =&gt; '&lt;p 
  class="form-allowed-tags"&gt;'.sprintf(__('You may use these &lt;abbr 
  title="HyperText Markup Language"&gt;HTML&lt;/abbr&gt; tags and attributes: 
  %s', 'suf_theme'), 
  '&lt;code&gt;'.allowed_tags().'&lt;/code&gt;').'&lt;/p&gt;',<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; 'cancel_reply_link' =&gt; __('Cancel reply', 
  'suf_theme'),<BR>&nbsp;&nbsp;&nbsp; ));<BR>}<BR><BR><BR>
  <DIV class=gmail_quote>On Fri, Aug 6, 2010 at 8:52 PM, Philip M. Hofer 
  (Frumph) <SPAN dir=ltr>&lt;<A 
  href="mailto:philip@frumph.net">philip@frumph.net</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>I'm looking at comments.php right now, and 
    comment_form(); is not being used</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>specifically line 110 to line 132 is a written 
    out form, when it should be using comment_form();</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
      <DIV class=im>
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV style="FONT: 10pt arial; BACKGROUND: rgb(228,228,228)"><B>From:</B> 
      <A title=sayontan@gmail.com href="mailto:sayontan@gmail.com" 
      target=_blank>Sayontan Sinha</A> </DIV></DIV>
      <DIV class=im>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net 
      href="mailto:philip@frumph.net" target=_blank>Philip M. Hofer (Frumph)</A> 
      </DIV></DIV>
      <DIV>
      <DIV></DIV>
      <DIV class=h5>
      <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
      title=theme-reviewers@lists.wordpress.org 
      href="mailto:theme-reviewers@lists.wordpress.org" 
      target=_blank>theme-reviewers@lists.wordpress.org</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 06, 2010 8:51 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] 
      [WordPress Themes] Suffusion - feedback</DIV>
      <DIV><BR></DIV>Philip,<BR>Not sure if you are seeing the right files. I do 
      use comment_form.<BR><BR>Sayontan.<BR><BR>
      <DIV class=gmail_quote>On Fri, Aug 6, 2010 at 8:44 PM, Philip M. Hofer 
      (Frumph) <SPAN dir=ltr>&lt;<A href="mailto:philip@frumph.net" 
      target=_blank>philip@frumph.net</A>&gt;</SPAN> wrote:<BR>
      <BLOCKQUOTE 
      style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
      class=gmail_quote>
        <DIV bgcolor="#ffffff">
        <DIV><FONT size=2 face=Arial>Coincidently need to use comment_form(); in 
        comments.php&nbsp;now, I would fail this if you resubmitted it again 
        without that change, if you could get that done before resubmitting, it 
        wont take long for the next resubmit to get done there are more people 
        now reviewing the themes, also if you're interested you can help review 
        themes to get them done faster so the wait doesnt take so long as well, 
        that's what i'm doing.</FONT></DIV>
        <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
        <DIV><FONT size=2 face=Arial>Also *if* you do use a filter to filter out 
        the comments disabled messages on is_page(); you should have it set as a 
        default that way.</FONT></DIV>
        <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
        <DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
        <BLOCKQUOTE 
        style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
          <DIV>
          <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
          <DIV 
          style="FONT: 10pt arial; BACKGROUND: rgb(228,228,228)"><B>From:</B> <A 
          title=sayontan@gmail.com href="mailto:sayontan@gmail.com" 
          target=_blank>Sayontan Sinha</A> </DIV>
          <DIV style="FONT: 10pt arial"><B>To:</B> <A 
          title=theme-reviewers@lists.wordpress.org 
          href="mailto:theme-reviewers@lists.wordpress.org" 
          target=_blank>theme-reviewers@lists.wordpress.org</A> </DIV>
          <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 06, 2010 
          7:35 PM</DIV>
          <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] 
          [WordPress Themes] Suffusion - feedback</DIV>
          <DIV><BR></DIV></DIV>
          <DIV>
          <DIV></DIV>
          <DIV>Hello,<BR>Regarding the feedback, I checked the review checklist 
          that says 'No "Comments Disabled" message should be displayed.' There 
          is an option in the theme to hide the message. You can go to Blog 
          Features -&gt; Comment Settings and pick where you want the message to 
          show and where you don't. Can I request reconsideration of the theme, 
          given this information?<BR><BR>Thanks,<BR>Sayontan.<BR><BR><BR>
          <DIV class=gmail_quote>On Fri, Aug 6, 2010 at 7:28 PM, <SPAN 
          dir=ltr>&lt;<A href="mailto:theme-reviewers@lists.wordpress.org" 
          target=_blank>theme-reviewers@lists.wordpress.org</A>&gt;</SPAN> 
          wrote:<BR>
          <BLOCKQUOTE 
          style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
          class=gmail_quote>Feedback for the Suffusion theme is at <A 
            href="http://themes.trac.wordpress.org/ticket/589" 
            target=_blank>http://themes.trac.wordpress.org/ticket/589</A><BR><FONT 
            color=#888888><BR>--<BR>The WordPress.org Themes Team<BR><A 
            href="mailto:theme-reviewers@lists.wordpress.org" 
            target=_blank>theme-reviewers@lists.wordpress.org</A><BR></FONT></BLOCKQUOTE></DIV><BR><BR 
          clear=all><BR>-- <BR>Sayontan Sinha<BR><A href="http://mynethome.net" 
          target=_blank>http://mynethome.net</A> | <A 
          href="http://mynethome.net/blog" 
          target=_blank>http://mynethome.net/blog</A><BR>--<BR>Lake 
          Chargoggagoggmanchauggagoggchaubunagungamaugg - 45-letter Native 
          American name for Lake Webster, Webster, Massachusetts, meaning "You 
          fish on your side; I fish on my side; nobody fish in the 
          middle."<BR></DIV></DIV>
          <P></P>
          <HR>

          <P></P>_______________________________________________<BR>theme-reviewers 
          mailing list 
          <DIV><BR><A href="mailto:theme-reviewers@lists.wordpress.org" 
          target=_blank>theme-reviewers@lists.wordpress.org</A><BR></DIV>
          <DIV><A 
          href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
          target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR 
      clear=all><BR>-- <BR>Sayontan Sinha<BR><A href="http://mynethome.net" 
      target=_blank>http://mynethome.net</A> | <A 
      href="http://mynethome.net/blog" 
      target=_blank>http://mynethome.net/blog</A><BR>--<BR>Lake 
      Chargoggagoggmanchauggagoggchaubunagungamaugg - 45-letter Native American 
      name for Lake Webster, Webster, Massachusetts, meaning "You fish on your 
      side; I fish on my side; nobody fish in the 
    middle."<BR></DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>Sayontan Sinha<BR><A 
  href="http://mynethome.net">http://mynethome.net</A> | <A 
  href="http://mynethome.net/blog">http://mynethome.net/blog</A><BR>--<BR>Lake 
  Chargoggagoggmanchauggagoggchaubunagungamaugg - 45-letter Native American name 
  for Lake Webster, Webster, Massachusetts, meaning "You fish on your side; I 
  fish on my side; nobody fish in the middle."<BR></BLOCKQUOTE></BODY></HTML>