[wp-trac] [WordPress Trac] #11159: WP_SITEURL and bloginfo('siteurl') inconsistent, or WP_SITEURL should be defined

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 23 00:34:11 UTC 2010


#11159: WP_SITEURL and bloginfo('siteurl') inconsistent, or WP_SITEURL should be
defined
--------------------------+-------------------------------------------------
 Reporter:  anmari        |       Owner:                                  
     Type:  defect (bug)  |      Status:  new                             
 Priority:  normal        |   Milestone:  Future Release                  
Component:  General       |     Version:                                  
 Severity:  minor         |    Keywords:  needs-patch WP_SITEURL constants
--------------------------+-------------------------------------------------

Comment(by anmari):

 In wp 3.0.1 looks like default_constants.php should have :

 if ( !defined('WP_SITEURL') )
                 define( 'WP_SITEURL', get_option('siteurl') );

 either around line 40 or around line 71
 to be consistent

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11159#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list