This is where I disagree ...<br><br>A link is much different than a form in most cases, especially this one.<br><br>Here is the exact code being used to generate the login link:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
&lt;?php $login_url = get_bloginfo( &#39;url&#39; ) . &#39;/wp-admin/&#39;; ?&gt;<br></blockquote><div><br>Then a simple &#39;echo $login_url;&#39; statement afterward.<br><br>This, IMHO, in no way lends itself to a form except by default, thus using WordPress&#39; core login form functionality.<br>
<br><br>Cais.<br></div><br><div class="gmail_quote">On Tue, Jul 27, 2010 at 7:38 AM,  <span dir="ltr">&lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</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">&gt; Just something that has come up with the Cleanup and Copyediting of the<br>
&gt; Theme Review page ...<br>
&gt;<br>
&gt;&gt; Themes must support the following functionality:<br>
&gt;&gt;<br>
&gt;&gt;    - Login Form -<br>
</div>&gt;&gt; wp_login_form()&lt;<a href="http://codex.wordpress.org/Template_Tags/wp_login_form" target="_blank">http://codex.wordpress.org/Template_Tags/wp_login_form</a>&gt;<br>
&gt;&gt;    - Comment Form -<br>
&gt;&gt; comment_form()&lt;<a href="http://codex.wordpress.org/Template_Tags/comment_form" target="_blank">http://codex.wordpress.org/Template_Tags/comment_form</a>&gt;<br>
&gt;&gt;    - Automattic feed links -<br>
&gt;&gt; add_theme_support(&#39;automatic-feed-links&#39;)&lt;<a href="http://codex.wordpress.org/Function_Reference/add_theme_support#Feed_Links" target="_blank">http://codex.wordpress.org/Function_Reference/add_theme_support#Feed_Links</a>&gt;<br>

<div class="im">&gt;&gt;<br>
&gt;&gt; I can see the usefulness of comment_form() and add_theme_support(<br>
&gt; &#39;automatic-feed-links&#39; ) but I am not understanding the &quot;must support&quot;<br>
&gt; reasoning behind the wp_login_form() function.<br>
&gt;<br>
&gt; Perhaps if the theme uses its own login form then the wp_login_form should<br>
&gt; be called to create the form, but under what other conditions _must_ it be<br>
&gt; supported? or does the function just simply need to be used regardless of<br>
&gt; the theme author&#39;s administration panels access link ideas.<br>
&gt;<br>
&gt;<br>
&gt; Cais<br>
&gt;<br>
&gt; PS: This was also an item listed on the NoNa theme review comments (<br>
&gt; <a href="http://themes.trac.wordpress.org/ticket/306" target="_blank">http://themes.trac.wordpress.org/ticket/306</a>), or in other words how must<br>
&gt; this be addressed when a login form is not used in a theme? EAC<br>
&gt;<br>
<br>
</div>IMHO, I think it should be required *only if* the front-end presents a<br>
login link. Not all will, nor should all be required to, display such a<br>
link. But if a Theme does, it should use wp_login_form().<br>
<br>
Chip<br>
<br>
</blockquote></div><br>