[wp-trac] Re: [WordPress Trac] #3623: get_bloginfo('site_url') not returning expected value.

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 21 00:09:04 GMT 2007


#3623: get_bloginfo('site_url') not returning expected value.
----------------------+-----------------------------------------------------
 Reporter:  dd32      |        Owner:  anonymous
     Type:  defect    |       Status:  closed   
 Priority:  lowest    |    Milestone:           
Component:  Template  |      Version:           
 Severity:  minor     |   Resolution:  fixed    
 Keywords:  site_url  |  
----------------------+-----------------------------------------------------
Changes (by dd32):

  * priority:  low => lowest
  * status:  new => closed
  * version:  2.1 =>
  * resolution:  => fixed
  * milestone:  2.1 =>

Comment:

 tracked down the get_bloginfo() function:
 ----
 case 'url' :[[BR]]
 case 'home' :[[BR]]
 case 'siteurl' :[[BR]]
         $output = get_option('home');[[BR]]
         break;
 ----

 Not having used Wordpress before now, i was unsure, I've just delved into
 the 2.1 source, and also the 2.0 source and noticed that it is indeed
 listed as 'siteurl' in both.. which means its probably just a wiki update
 instead..[[BR]]
 Updating the wiki page..

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3623#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list