[wpmu-trac] Re: [WordPress MU Trac] #277: get_bloginfo('url') did not strip out the entire "http://" header

WordPress MU Trac wpmu-trac at lists.automattic.com
Tue Mar 13 23:13:29 GMT 2007


#277: get_bloginfo('url') did not strip out the entire "http://" header
------------------------+---------------------------------------------------
 Reporter:  kingler     |        Owner:  donncha 
     Type:  defect      |       Status:  assigned
 Priority:  high        |    Milestone:          
Component:  component1  |      Version:          
 Severity:  major       |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by kingler):

 The difference is only true for WordPress MU 1.0

 For the latest WPMu 1.1.1, the feed link is corrected. However, the
 problem is that when using <a href="http://<?php bloginfo('url'); ?>" in
 the template. It outputs as http://http//

 The correct way is to use just <a href="<?php bloginfo('url'); ?>"



 Replying to [comment:1 rmwb]:
 > This behaviour is also different for FireFox and IE.
 > FF: feed://http//***
 > IE: feed:http://***
 >
 > According to WikiPedia, the correct syntax is:
 >
 > {{{
 > <feed_uri> ::= "feed:" <absolute_uri> | "feed://" <hier_part>
 > }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/277#comment:3>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list