Theme Review page update required ...<br><br><div class="gmail_quote">On Wed, Sep 15, 2010 at 12:53 PM, Andrew Nacin <span dir="ltr">&lt;<a href="mailto:wp@andrewnacin.com">wp@andrewnacin.com</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="gmail_quote">... I would strongly recommend that avoiding get_option(&#39;home&#39;) should be *required*. If a theme does it, tell them not to. I&#39;m not concerned about rejecting said theme as much as making it crystal clear that while home_url() is recommended over both get_bloginfo(&#39;url&#39;) and get_option(&#39;home&#39;), that there are different reasons for each.

<div><br></div><div>get_bloginfo(&#39;url&#39;) simply calls home_url(). They can be treated as synonymous and the guidelines might as well say &quot;home_url() or get_bloginfo(&#39;url&#39;)&quot;, without stating a preference. (Various other get_bloginfo() calls are synonymous with independent functions.)</div>



<div><br></div><div>But the same cannot be said for get_option(&#39;home&#39;). The issue here being that get_option(&#39;home&#39;) simply cannot properly support SSL situations. Thus get_option(&#39;home&#39;) is a bad idea.</div>

</div></blockquote><div><br>The above idea needs to be added to the Theme Review page / Knowledge Base(?) ... add something like &quot;Strongly Recommended&quot; to use home_url() in place of get_option(&quot;home&quot;) with the expectation get_option(&quot;home&quot;) will not be used in future theme updates if home_url() can be used in its place ... a little verbose but that&#39;s the general idea.<br>

<br><br>Cais.<br></div></div>