[wp-trac] [WordPress Trac] #6544: TinyMCE HTTPS handling

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 2 09:34:52 GMT 2008


#6544: TinyMCE HTTPS handling
---------------------+------------------------------------------------------
 Reporter:  blenjee  |       Owner:  anonymous     
     Type:  defect   |      Status:  new           
 Priority:  normal   |   Milestone:                
Component:  TinyMCE  |     Version:  2.5           
 Severity:  normal   |    Keywords:  tinymce, https
---------------------+------------------------------------------------------
 In /wp-includes/js/tiny_mce/tiny_mce_config.php, line 52 should read:

 if ( $https ) '''$baseurl =''' str_replace('http://', 'https://',
 $baseurl);

 and line 56 should read:

 if ( $https ) '''$mce_css =''' str_replace('http://', 'https://',
 $mce_css);

 At present (2.5) the replaced string is not being assigned, so when using
 HTTPS (with, for example, the admin-ssl plugin) the TinyMCE CSS files are
 being called using HTTP.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6544>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list