[wp-trac] Re: [WordPress Trac] #4051: blogroll not functional for internal links

WordPress Trac wp-trac at lists.automattic.com
Tue May 29 17:22:06 GMT 2007


#4051: blogroll not functional for internal links
---------------------+------------------------------------------------------
 Reporter:  thomask  |        Owner:  rob1n
     Type:  defect   |       Status:  new  
 Priority:  low      |    Milestone:  2.3  
Component:  General  |      Version:  2.2  
 Severity:  trivial  |   Resolution:       
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by Otto42):

 Note for anybody else who wants to know:

 The fix for this is in bookmark-template.php. Remove this code from the
 _walk_bookmarks() function:

 {{{
 if ( !empty($bookmark->link_url) )
         $the_link = clean_url($bookmark->link_url);
 }}}
 And all your Bookmark URLs will then go unmolested.

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


More information about the wp-trac mailing list