[wp-trac] Re: [WordPress Trac] #3673: Theme editing loading css file of when select php file of different name

WordPress Trac wp-trac at lists.automattic.com
Sun Mar 11 22:24:31 GMT 2007


#3673: Theme editing loading css file of when select php file of different name
-----------------------+----------------------------------------------------
 Reporter:  AndyBeard  |        Owner:  anonymous
     Type:  defect     |       Status:  reopened 
 Priority:  normal     |    Milestone:           
Component:  General    |      Version:  2.1.2    
 Severity:  normal     |   Resolution:           
 Keywords:             |  
-----------------------+----------------------------------------------------
Changes (by ngruloos):

  * status:  closed => reopened
  * version:  2.1 => 2.1.2
  * resolution:  worksforme =>

Comment:

 I can't really explain since register_globals is ON but I solved this
 issue in adding in the theme-editor.php and template.php the following
 line before using the $file variable:

 $file = $_GET['file'];

 PHP 4.3.11 - register_globals = ON

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


More information about the wp-trac mailing list