[wp-trac] Re: [WordPress Trac] #7087: ABSPATH already defined

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 4 18:54:47 GMT 2008


#7087: ABSPATH already defined
----------------------------+-----------------------------------------------
 Reporter:  rnt             |        Owner:  anonymous
     Type:  defect          |       Status:  new      
 Priority:  normal          |    Milestone:  2.6      
Component:  Administration  |      Version:  2.6      
 Severity:  major           |   Resolution:           
 Keywords:  abspath notice  |  
----------------------------+-----------------------------------------------
Comment (by sambauers):

 There is no redefinition going on in that admin file.

 That is a conditional asking if ABSPATH is defined or not.

 {{{
 if ( defined('ABSPATH') )
             require_once(ABSPATH . 'wp-load.php');
 }}}

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


More information about the wp-trac mailing list