<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Well, thank you, my bad not to do the plugin check. Updated the
    comment.<br>
    <br>
    <div class="tc-box">
      <ul class="tc-result">
        <li><span class="tc-lead tc-required">REQUIRED</span>: No
          content width has been defined. Example:
          <pre>if ( ! isset( $content_width ) ) $content_width = 900;</pre>
        </li>
        <li><span class="tc-lead tc-required">REQUIRED</span>: Could not
          find <strong>comment_form</strong>. See: <a
            href="http://codex.wordpress.org/Template_Tags/comment_form">comment_form</a>
          <pre> &lt;?php comment_form(); ?&gt;</pre>
        </li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>:
          could not find the file <strong>readme.txt</strong> in the
          theme.</li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No
          reference to post-thumbnails was found in the theme. If the
          theme has a thumbnail like functionality, it should be
          implemented with <strong>add_theme_support(
            \'post-thumbnails\' )</strong>in the functions.php file.</li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No
          reference to <strong>the_post_thumbnail()</strong> was found
          in the theme. It is recommended that the theme implement this
          functionality instead of using custom fields for thumbnails.</li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No
          reference to <strong>add_editor_style()</strong> was found in
          the theme. It is recommended that the theme implement editor
          styling, so as to make the editor content match the resulting
          post output in the theme, for a better user experience.</li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>: No
          reference to <strong>add_custom_image_header</strong> was
          found in the theme. It is recommended that the theme implement
          this functionality if using an image for the header.</li>
        <li><span class="tc-lead tc-recommended">RECOMMENDED</span>: <strong>get_bloginfo('url')</strong>
          was found in the file <strong>functions.php</strong>. Use <strong>home_url()</strong>
          instead.
          <pre class="tc-grep">Line 12: define('HOME_URI', <span class="tc-grep">get_bloginfo('url')</span>);</pre>
        </li>
        <li><span class="tc-lead tc-info">INFO</span>: At least one hard
          coded date was found in the file <strong>index.php</strong>.
          Consider get_option( 'date_format' )</li>
      </ul>
    </div>
    <br>
  </body>
</html>