On Wed, Sep 15, 2010 at 1:10 PM, Philip M. Hofer (Frumph) <span dir="ltr"><<a href="mailto:philip@frumph.net">philip@frumph.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff">
<div><font size="2" face="Arial">its echo home_url() and echo site_url() btw,
because they are returned info while bloginfo('url') bloginfo('wpurl') are
already echo'd</font></div></div></blockquote><div><br></div><div>Correct. That's why I was comparing home_url() with get_bloginfo('url'). Also good to note that get_home_url() and get_site_url() are unrelated and have to do with multisite installations, not the typical echo/return counterpart.</div>
<div><br></div><div>Also of note, a theme should very rarely find use for site_url(). The majority of the time, home_url() is the proper choice.</div></div>